Package | Description |
---|---|
net.fortuna.ical4j.model |
Contains core types used to define the iCalendar model.
|
net.fortuna.ical4j.model.component |
Contains types used to represent the iCalendar component model.
|
net.fortuna.ical4j.util |
Contains utility types that provide supporting functionality for iCal4j.
|
Modifier and Type | Method and Description |
---|---|
PropertyList |
Calendar.getProperties() |
PropertyList |
Component.getProperties() |
PropertyList |
PropertyList.getProperties(java.lang.String name)
Returns a list of properties with the specified name.
|
PropertyList |
Calendar.getProperties(java.lang.String name)
Convenience method for retrieving a list of named properties.
|
PropertyList |
IndexedPropertyList.getProperties(java.lang.String paramValue)
Returns a list of properties containing a parameter with the
specified value.
|
PropertyList |
Component.getProperties(java.lang.String name)
Convenience method for retrieving a list of named properties.
|
Modifier and Type | Method and Description |
---|---|
Component |
ComponentFactory.createComponent(java.lang.String name,
PropertyList properties)
Creates a component.
|
Component |
ComponentFactory.createComponent(java.lang.String name,
PropertyList properties,
ComponentList components)
Creates a component which contains sub-components.
|
Constructor and Description |
---|
Calendar(PropertyList p,
ComponentList c)
Constructor.
|
Component(java.lang.String s,
PropertyList p)
Constructor made protected to enforce the use of
ComponentFactory for component instantiation. |
IndexedPropertyList(PropertyList list,
java.lang.String parameterName)
Creates a new instance indexed on the parameters with the specified name.
|
PropertyList(PropertyList properties)
Creates a deep copy of the specified property list.
|
Constructor and Description |
---|
Available(PropertyList properties)
Constructor.
|
CalendarComponent(java.lang.String name,
PropertyList properties) |
Daylight(PropertyList properties)
Constructor.
|
Observance(java.lang.String name,
PropertyList properties)
Constructor protected to enforce use of sub-classes from this library.
|
Standard(PropertyList properties)
Constructor.
|
VAlarm(PropertyList properties)
Constructor.
|
VAvailability(PropertyList properties)
Constructs a new instance containing the specified properties.
|
VAvailability(PropertyList properties,
ComponentList available)
Constructor.
|
VEvent(PropertyList properties)
Constructor.
|
VEvent(PropertyList properties,
ComponentList alarms)
Constructor.
|
VFreeBusy(PropertyList properties)
Constructor.
|
VJournal(PropertyList properties)
Constructor.
|
VTimeZone(PropertyList properties)
Constructs a new instance containing the specified properties.
|
VTimeZone(PropertyList properties,
ComponentList observances)
Constructor.
|
VToDo(PropertyList properties)
Constructor.
|
VVenue(PropertyList properties)
Constructs a new instance containing the specified properties.
|
XComponent(java.lang.String name,
PropertyList properties)
Creates a new experimental component with the specified name and properties.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyValidator.assertNone(java.lang.String propertyName,
PropertyList properties)
Ensure a property doesn't occur in the specified list.
|
void |
PropertyValidator.assertOne(java.lang.String propertyName,
PropertyList properties)
Ensure a property occurs once.
|
void |
PropertyValidator.assertOneOrLess(java.lang.String propertyName,
PropertyList properties)
Ensure a property occurs no more than once.
|
void |
PropertyValidator.assertOneOrMore(java.lang.String propertyName,
PropertyList properties)
Ensure a property occurs at least once.
|
Copyright © 2004-2015 Micronode. All Rights Reserved.