Package | Description |
---|---|
biweekly | |
biweekly.io | |
biweekly.io.json | |
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 |
---|---|
protected abstract ICalendar |
StreamReader._readNext()
Reads the next iCalendar object from the data stream.
|
ICalendar |
StreamReader.readNext()
Reads the next iCalendar object from the data stream.
|
Modifier and Type | Method and Description |
---|---|
List<ICalendar> |
StreamReader.readAll()
Reads all iCalendar objects from the data stream.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
StreamWriter._write(ICalendar ical)
Writes an iCalendar object to the data stream.
|
void |
StreamWriter.write(ICalendar ical)
Writes an iCalendar object to the data stream.
|
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 |
---|---|
protected void |
JCalWriter._write(ICalendar ical) |
Modifier and Type | Method and Description |
---|---|
protected ICalendar |
ICalendarScribe._newInstance() |
Modifier and Type | Method and Description |
---|---|
protected ICalendar |
ICalReader._readNext() |
Modifier and Type | Method and Description |
---|---|
protected void |
ICalWriter._write(ICalendar ical) |
Modifier and Type | Method and Description |
---|---|
protected ICalendar |
XCalReader._readNext() |
Modifier and Type | Method and Description |
---|---|
List<ICalendar> |
XCalDocument.getICalendars()
Parses all iCalendar objects from this XML document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XCalWriter._write(ICalendar ical) |
protected void |
XCalDocument.XCalDocumentStreamWriter._write(ICalendar ical) |
void |
XCalDocument.add(ICalendar ical)
Adds an iCalendar object to this XML document.
|
void |
XCalDocument.XCalDocumentStreamWriter.write(ICalendar ical) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.