Package | Description |
---|---|
biweekly | |
biweekly.component | |
biweekly.io | |
biweekly.io.scribe.property | |
biweekly.parameter | |
biweekly.property |
Modifier and Type | Method and Description |
---|---|
static Warning |
Warning.parse(int code,
Object... args)
Creates a parser warning.
|
static Warning |
Warning.validate(int code,
Object... args)
Creates a validation warning.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ValidationWarnings.WarningsGroup.getWarnings()
Gets the warnings.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ICalendar.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
Constructor and Description |
---|
ValidationWarnings.WarningsGroup(ICalComponent component,
List<ICalComponent> componentHierarchy,
List<Warning> warning)
Creates a new set of validation warnings for a component.
|
ValidationWarnings.WarningsGroup(ICalProperty property,
List<ICalComponent> componentHierarchy,
List<Warning> warning)
Creates a new set of validation warnings for a property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ICalComponent.checkOptionalCardinality(List<Warning> warnings,
Class<? extends ICalProperty>... classes)
Utility method for validating that there is no more than one instance of
each of the given properties.
|
protected void |
ICalComponent.checkRequiredCardinality(List<Warning> warnings,
Class<? extends ICalProperty>... classes)
Utility method for validating that there is exactly one instance of each
of the given properties.
|
protected void |
ICalComponent.checkStatus(List<Warning> warnings,
Status... allowed)
Utility method for validating the
Status property of a component. |
protected void |
VTodo.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
VTimezone.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
VJournal.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
VFreeBusy.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
VEvent.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
VAlarm.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
Observance.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
ICalComponent.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings)
Checks the component for data consistency problems or deviations from the
spec.
|
Modifier and Type | Method and Description |
---|---|
Warning |
SkipMeException.getWarning() |
Warning |
CannotParseException.getWarning() |
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ParseContext.getWarnings()
Gets the parse warnings.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseWarnings.add(Integer line,
String propertyName,
Warning message)
Adds a parse warning.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ICalPropertyScribe.Result.getWarnings()
Gets the warnings.
|
Constructor and Description |
---|
ICalPropertyScribe.Result(T property,
List<Warning> warnings)
Creates a new result.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ICalParameters.validate(ICalVersion version)
Checks this parameters list for data consistency problems or deviations
from the spec.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ICalProperty.validate(List<ICalComponent> components,
ICalVersion version)
Checks the property for data consistency problems or deviations from the
spec.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Version.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
ValuedProperty.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
UtcOffsetProperty.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
Trigger.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
Timezone.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
RequestStatus.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
RecurrenceProperty.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
RecurrenceDates.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
PercentComplete.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
ListProperty.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
ICalProperty.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings)
Checks the property for data consistency problems or deviations from the
spec.
|
protected void |
Geo.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
FreeBusy.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
ExceptionRule.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
ExceptionDates.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
EnumProperty.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
Daylight.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
Attendee.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
protected void |
Attachment.validate(List<ICalComponent> components,
ICalVersion version,
List<Warning> warnings) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.