Package | Description |
---|---|
biweekly.io.json | |
biweekly.io.scribe.property | |
biweekly.io.text | |
biweekly.parameter | |
biweekly.property |
Modifier and Type | Method and Description |
---|---|
void |
JCalRawReader.JCalDataStreamListener.readProperty(List<String> componentHierarchy,
String propertyName,
ICalParameters parameters,
ICalDataType dataType,
JCalValue value)
Called when a property is read.
|
void |
JCalRawWriter.writeProperty(String propertyName,
ICalParameters parameters,
ICalDataType dataType,
JCalValue value)
Writes a property to the current component.
|
Modifier and Type | Method and Description |
---|---|
ICalParameters |
ICalPropertyScribe.prepareParameters(T property)
Sanitizes a property's parameters (called before the property is
written).
|
Modifier and Type | Method and Description |
---|---|
protected Xml |
XmlScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Version |
VersionScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
UtcOffsetPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Trigger |
TriggerScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
TextPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected RequestStatus |
RequestStatusScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
RecurrencePropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
ListPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
IntegerPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
ICalPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
/**
|
protected Geo |
GeoScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected FreeBusy |
FreeBusyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected ExceptionDates |
ExceptionDatesScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected DurationProperty |
DurationPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
DateTimePropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
DateOrDateTimePropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Attachment |
AttachmentScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Xml |
XmlScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Version |
VersionScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
UtcOffsetPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Trigger |
TriggerScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
TextPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected RequestStatus |
RequestStatusScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
RecurrencePropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected RawProperty |
RawPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
ListPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
IntegerPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected abstract T |
ICalPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings)
Unmarshals a property from a plain-text iCalendar data stream.
|
protected Geo |
GeoScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected FreeBusy |
FreeBusyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected DurationProperty |
DurationPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
DateTimePropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
DateOrDateTimePropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Attachment |
AttachmentScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Xml |
XmlScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected Version |
VersionScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
UtcOffsetPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected Trigger |
TriggerScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
TextPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected RequestStatus |
RequestStatusScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
RecurrencePropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected RawProperty |
RawPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
ListPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
IntegerPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
ICalPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings)
Unmarshals a property from an XML document (xCal).
|
protected Geo |
GeoScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected FreeBusy |
FreeBusyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected ExceptionDates |
ExceptionDatesScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected DurationProperty |
DurationPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
DateTimePropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected T |
DateOrDateTimePropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected Attachment |
AttachmentScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
protected void |
AttachmentScribe._prepareParameters(Attachment property,
ICalParameters copy) |
protected void |
ICalPropertyScribe._prepareParameters(T property,
ICalParameters copy)
Sanitizes a property's parameters before the property is written.
|
Resources |
ResourcesScribe.newInstance(ICalDataType dataType,
ICalParameters parameters) |
protected abstract T |
ListPropertyScribe.newInstance(ICalDataType dataType,
ICalParameters parameters) |
protected ExceptionDates |
ExceptionDatesScribe.newInstance(ICalDataType dataType,
ICalParameters parameters) |
Categories |
CategoriesScribe.newInstance(ICalDataType dataType,
ICalParameters parameters) |
ICalPropertyScribe.Result<T> |
ICalPropertyScribe.parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters)
Unmarshals a property's value from a JSON data stream (jCal).
|
ICalPropertyScribe.Result<T> |
ICalPropertyScribe.parseText(String value,
ICalDataType dataType,
ICalParameters parameters)
Unmarshals a property from a plain-text iCalendar data stream.
|
ICalPropertyScribe.Result<T> |
ICalPropertyScribe.parseXml(Element element,
ICalParameters parameters)
Unmarshals a property's value from an XML document (xCal).
|
protected String |
TextListPropertyScribe.readValue(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected abstract V |
ListPropertyScribe.readValue(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Date |
ExceptionDatesScribe.readValue(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
Modifier and Type | Method and Description |
---|---|
ICalParameters |
ICalRawLine.getParameters()
Gets the property's parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalRawWriter.writeProperty(String propertyName,
ICalParameters parameters,
String value)
Writes a property to the iCalendar data stream.
|
Constructor and Description |
---|
ICalRawLine(String name,
ICalParameters parameters,
String value) |
Constructor and Description |
---|
ICalParameters(ICalParameters parameters)
Copies an existing parameters list.
|
Modifier and Type | Field and Description |
---|---|
protected ICalParameters |
ICalProperty.parameters
The property parameters.
|
Modifier and Type | Method and Description |
---|---|
ICalParameters |
ICalProperty.getParameters()
Gets the property's parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalProperty.setParameters(ICalParameters parameters)
Sets the property's parameters
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.