Package | Description |
---|---|
biweekly | |
biweekly.io.json | |
biweekly.io.scribe | |
biweekly.io.scribe.component | |
biweekly.io.text | |
biweekly.io.xml |
Modifier and Type | Method and Description |
---|---|
ICalendar |
Biweekly.ParserChainTextString.first() |
ICalendar |
Biweekly.ParserChainXmlString.first() |
ICalendar |
Biweekly.ParserChainXmlDocument.first() |
ICalendar |
Biweekly.ParserChainJsonString.first() |
Modifier and Type | Method and Description |
---|---|
List<ICalendar> |
Biweekly.ParserChainTextString.all() |
List<ICalendar> |
Biweekly.ParserChainXmlString.all() |
List<ICalendar> |
Biweekly.ParserChainXmlDocument.all() |
List<ICalendar> |
Biweekly.ParserChainJsonString.all() |
Modifier and Type | Method and Description |
---|---|
static Biweekly.WriterChainText |
Biweekly.write(ICalendar... icals)
Writes multiple iCalendar objects to a data stream.
|
static Biweekly.WriterChainJson |
Biweekly.writeJson(ICalendar... icals)
Writes an xCal document (XML-encoded iCalendar objects).
|
static Biweekly.WriterChainXml |
Biweekly.writeXml(ICalendar... icals)
Writes an xCal document (XML-encoded iCalendar objects).
|
Modifier and Type | Method and Description |
---|---|
static Biweekly.WriterChainText |
Biweekly.write(Collection<ICalendar> icals)
Writes multiple iCalendar objects to a data stream.
|
static Biweekly.WriterChainJson |
Biweekly.writeJson(Collection<ICalendar> icals)
Writes an xCal document (XML-encoded iCalendar objects).
|
static Biweekly.WriterChainXml |
Biweekly.writeXml(Collection<ICalendar> icals)
Writes an xCal document (XML-encoded iCalendar objects).
|
Modifier and Type | Method and Description |
---|---|
ICalendar |
JCalReader.readNext()
Reads the next iCalendar object from the JSON data stream.
|
Modifier and Type | Method and Description |
---|---|
void |
JCalWriter.write(ICalendar ical)
Writes an iCalendar object to the data stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ScribeIndex.hasScribesFor(ICalendar ical)
Checks to see if this scribe index has scribes registered for all of the
components/properties in an iCalendar object.
|
Modifier and Type | Method and Description |
---|---|
protected ICalendar |
ICalendarScribe._newInstance() |
Modifier and Type | Method and Description |
---|---|
ICalendar |
ICalReader.readNext()
Reads the next iCalendar object.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalWriter.write(ICalendar ical)
Writes an iCalendar object to the data stream.
|
Modifier and Type | Method and Description |
---|---|
ICalendar |
XCalDocument.parseFirst()
Parses the first
ICalendar object from the xCal document. |
ICalendar |
XCalReader.readNext()
Reads the next iCalendar object from the xCal stream.
|
Modifier and Type | Method and Description |
---|---|
List<ICalendar> |
XCalDocument.parseAll()
Parses all the
ICalendar objects from the xCal document. |
Modifier and Type | Method and Description |
---|---|
void |
XCalDocument.add(ICalendar ical)
Adds an iCalendar object to the xCal document.
|
void |
XCalWriter.write(ICalendar ical)
Writes an iCalendar object.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.