|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Warning | |
|---|---|
| biweekly | |
| biweekly.component | |
| biweekly.io | |
| biweekly.parameter | |
| biweekly.property | |
| biweekly.property.marshaller | |
| Uses of Warning in biweekly |
|---|
| Methods in biweekly that return Warning | |
|---|---|
static Warning |
Warning.parse(int code,
Object... args)
Creates a parser warning. |
static Warning |
Warning.validate(int code,
Object... args)
Creates a validation warning. |
| Methods in biweekly that return types with arguments of type Warning | |
|---|---|
List<Warning> |
ValidationWarnings.WarningsGroup.getWarnings()
Gets the warnings. |
| Method parameters in biweekly with type arguments of type Warning | |
|---|---|
protected void |
ICalendar.validate(List<ICalComponent> components,
List<Warning> warnings)
|
| Constructor parameters in biweekly with type arguments of type Warning | |
|---|---|
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. |
|
| Uses of Warning in biweekly.component |
|---|
| Method parameters in biweekly.component with type arguments of type Warning | |
|---|---|
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 |
VTodo.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
VTimezone.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
VJournal.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
VFreeBusy.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
VEvent.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
VAlarm.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
Observance.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
ICalComponent.validate(List<ICalComponent> components,
List<Warning> warnings)
Checks the component for data consistency problems or deviations from the spec. |
| Uses of Warning in biweekly.io |
|---|
| Methods in biweekly.io that return Warning | |
|---|---|
Warning |
SkipMeException.getWarning()
|
Warning |
CannotParseException.getWarning()
|
| Uses of Warning in biweekly.parameter |
|---|
| Methods in biweekly.parameter that return types with arguments of type Warning | |
|---|---|
List<Warning> |
ICalParameters.validate()
Checks this parameters list for data consistency problems or deviations from the spec. |
| Uses of Warning in biweekly.property |
|---|
| Methods in biweekly.property that return types with arguments of type Warning | |
|---|---|
List<Warning> |
ICalProperty.validate(List<ICalComponent> components)
Checks the property for data consistency problems or deviations from the spec. |
| Method parameters in biweekly.property with type arguments of type Warning | |
|---|---|
protected void |
Version.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
ValuedProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
UtcOffsetProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
Trigger.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
RequestStatus.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
RecurrenceRule.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
RecurrenceProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
RecurrenceDates.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
PercentComplete.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
ListProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
ICalProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
Checks the property for data consistency problems or deviations from the spec. |
protected void |
Geo.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
FreeBusy.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
ExceptionRule.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
ExceptionDates.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
EnumProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
DateOrDateTimeProperty.validate(List<ICalComponent> components,
List<Warning> warnings)
|
protected void |
Attachment.validate(List<ICalComponent> components,
List<Warning> warnings)
|
| Uses of Warning in biweekly.property.marshaller |
|---|
| Methods in biweekly.property.marshaller that return types with arguments of type Warning | |
|---|---|
List<Warning> |
ICalPropertyMarshaller.Result.getWarnings()
Gets the warnings. |
| Method parameters in biweekly.property.marshaller with type arguments of type Warning | |
|---|---|
protected Xml |
XmlMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Version |
VersionMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
UtcOffsetPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Trigger |
TriggerMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
TextPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected RequestStatus |
RequestStatusMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
RecurrencePropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected RecurrenceDates |
RecurrenceDatesMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
ListPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
IntegerPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
ICalPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
/** |
protected Geo |
GeoMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected FreeBusy |
FreeBusyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected ExceptionDates |
ExceptionDatesMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected DurationProperty |
DurationPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
DateTimePropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
DateOrDateTimePropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Attachment |
AttachmentMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Xml |
XmlMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Version |
VersionMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
UtcOffsetPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Trigger |
TriggerMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
TextPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected RequestStatus |
RequestStatusMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
RecurrencePropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected RecurrenceDates |
RecurrenceDatesMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected RawProperty |
RawPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
ListPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
IntegerPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected abstract T |
ICalPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
Unmarshals a property from a plain-text iCalendar data stream. |
protected Geo |
GeoMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected FreeBusy |
FreeBusyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected DurationProperty |
DurationPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
DateTimePropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
DateOrDateTimePropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Attachment |
AttachmentMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Xml |
XmlMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected Version |
VersionMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
UtcOffsetPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected Trigger |
TriggerMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
TextPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected RequestStatus |
RequestStatusMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
RecurrencePropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected RecurrenceDates |
RecurrenceDatesMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected RawProperty |
RawPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
ListPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
IntegerPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
ICalPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
Unmarshals a property from an XML document (xCal). |
protected Geo |
GeoMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected FreeBusy |
FreeBusyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected ExceptionDates |
ExceptionDatesMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected DurationProperty |
DurationPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
DateTimePropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected T |
DateOrDateTimePropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected Attachment |
AttachmentMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
|
protected String |
TextListPropertyMarshaller.readValue(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected abstract V |
ListPropertyMarshaller.readValue(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
protected Date |
ExceptionDatesMarshaller.readValue(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
|
ICalPropertyMarshaller.DateParser |
ICalPropertyMarshaller.DateParser.tzid(String timezoneId,
List<Warning> warnings)
Sets the ID of the timezone to parse the date as (TZID parameter value). |
| Constructor parameters in biweekly.property.marshaller with type arguments of type Warning | |
|---|---|
ICalPropertyMarshaller.Result(T property,
List<Warning> warnings)
Creates a new result. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||