Package | Description |
---|---|
biweekly.io | |
biweekly.io.json | |
biweekly.io.scribe.property | |
biweekly.io.text | |
biweekly.parameter | |
biweekly.property |
Modifier and Type | Method and Description |
---|---|
void |
ParseContext.addDate(ICalDate icalDate,
ICalProperty property,
ICalParameters parameters)
Adds a parsed date to this parse context so its timezone can be applied
to it after the iCalendar object has been parsed (if it has one).
|
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 |
---|---|
protected ICalParameters |
AttachmentScribe._prepareParameters(Attachment property,
WriteContext context) |
protected ICalParameters |
AttendeeScribe._prepareParameters(Attendee property,
WriteContext context) |
protected ICalParameters |
DateStartScribe._prepareParameters(DateStart property,
WriteContext context) |
protected ICalParameters |
ExceptionDatesScribe._prepareParameters(ExceptionDates property,
WriteContext context) |
protected ICalParameters |
OrganizerScribe._prepareParameters(Organizer property,
WriteContext context) |
protected ICalParameters |
RecurrenceDatesScribe._prepareParameters(RecurrenceDates property,
WriteContext context) |
protected ICalParameters |
RecurrencePropertyScribe._prepareParameters(T property,
WriteContext context) |
protected ICalParameters |
ICalPropertyScribe._prepareParameters(T property,
WriteContext context)
Sanitizes a property's parameters before the property is written.
|
protected ICalParameters |
DateOrDateTimePropertyScribe._prepareParameters(T property,
WriteContext context) |
protected static ICalParameters |
ICalPropertyScribe.handleTzidParameter(ICalProperty property,
boolean hasTime,
WriteContext context)
Adds a TZID parameter to a property's parameter list if necessary.
|
ICalParameters |
ICalPropertyScribe.prepareParameters(T property,
WriteContext context)
Sanitizes a property's parameters before the property is written.
|
Modifier and Type | Method and Description |
---|---|
protected Xml |
XmlScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Version |
VersionScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
UtcOffsetPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Trigger |
TriggerScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
TextPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RequestStatus |
RequestStatusScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
RecurrencePropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
ListPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
IntegerPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
ICalPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context)
Unmarshals a property from a JSON data stream (jCal).
|
protected Geo |
GeoScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected FreeBusy |
FreeBusyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected ExceptionDates |
ExceptionDatesScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected DurationProperty |
DurationPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
DateTimePropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
DateOrDateTimePropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Attachment |
AttachmentScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Xml |
XmlScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Version |
VersionScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
VCalAlarmPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
UtcOffsetPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Trigger |
TriggerScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
TextPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RequestStatus |
RequestStatusScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
RecurrencePropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RawProperty |
RawPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Organizer |
OrganizerScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
ListPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
IntegerPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected abstract T |
ICalPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context)
Unmarshals a property from a plain-text iCalendar data stream.
|
protected Geo |
GeoScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected FreeBusy |
FreeBusyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected DurationProperty |
DurationPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Daylight |
DaylightScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
DateTimePropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected T |
DateOrDateTimePropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Attendee |
AttendeeScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Attachment |
AttachmentScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Xml |
XmlScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected Version |
VersionScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
UtcOffsetPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected Trigger |
TriggerScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
TextPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected RequestStatus |
RequestStatusScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
RecurrencePropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected RawProperty |
RawPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
ListPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
IntegerPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
ICalPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context)
Unmarshals a property from an XML document (xCal).
|
protected Geo |
GeoScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected FreeBusy |
FreeBusyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected ExceptionDates |
ExceptionDatesScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected DurationProperty |
DurationPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
DateTimePropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected T |
DateOrDateTimePropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected Attachment |
AttachmentScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
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) |
T |
ICalPropertyScribe.parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context)
Unmarshals a property's value from a JSON data stream (jCal).
|
T |
ICalPropertyScribe.parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context)
Unmarshals a property from a plain-text iCalendar data stream.
|
T |
ICalPropertyScribe.parseXml(Element element,
ICalParameters parameters,
ParseContext context)
Unmarshals a property's value from an XML document (xCal).
|
protected ICalDate |
ExceptionDatesScribe.readValue(ExceptionDates property,
String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected String |
TextListPropertyScribe.readValue(T property,
String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected abstract V |
ListPropertyScribe.readValue(T property,
String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
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-2015 Michael Angstadt. All Rights Reserved.