@Version("1.0.0")
Interface | Description |
---|---|
ComponentFactory<T extends Component> |
Created by fortuna on 12/09/14.
|
ContentContainer<T extends Content> | |
Escapable |
$Id$
Created on 26/06/2005
Implementors by definition require their string value to be converted to/from an escaped form when converting to/from
and iCalendar representation.
|
ImmutableContent | |
ParameterFactory<T extends Parameter> |
Implementors provide parameter creation services.
|
PropertyFactory<T extends Property> |
A factory for creating iCalendar properties.
|
TimeZoneRegistry |
$Id$
Created on 18/09/2005
Implementors provide a list of timezone definitions applicable for use
with iCalendar objects.
|
Class | Description |
---|---|
AbstractContentBuilder | |
AbstractContentFactory<T> | Deprecated. |
AddressList |
$Id$ [23-Apr-2004]
Defines a list of iCalendar addresses.
|
Calendar |
$Id$ [Apr 5, 2004]
Defines an iCalendar calendar.
|
CalendarDateFormat |
Support conversion of temporal values to/from iCalendar string representations.
|
CalendarDateFormatFactory | Deprecated.
adoption of the new date/time API means formatting is now supported via
DateTimeFormatter |
Component |
$Id$ [Apr 5, 2004]
|
ComponentBuilder<T extends Component> | |
ComponentFactoryImpl | Deprecated. |
ComponentGroup<C extends Component> |
Support for operations applicable to a group of components.
|
ComponentList<T extends Component> |
$Id$ [Apr 5, 2004]
Defines a list of iCalendar components.
|
ComponentSequenceComparator |
A comparator to determine natural ordering of component instances based on
sequence information.
|
Content |
$Id$
|
Content.Factory | |
Date | Deprecated.
Use
LocalDate for iCalendar DATE representations. |
DateList<T extends Temporal> |
$Id$ [23-Apr-2004]
A DateList is a grouping of date-time instances along with a common format to
be applied to all dates in the group.
|
DateRange | Deprecated.
We can no longer use DateRange to compare dates reliably due to supporting incompatible temporal types.
|
DateTime | Deprecated.
Use
Instant , LocalDateTime or ZonedDateTime for iCalendar DATE-TIME representations. |
DefaultTimeZoneRegistryFactory |
$Id$
Created on 18/09/2005
Default factory implementation for timezone registries.
|
DefaultZoneRulesProvider |
A default
ZoneRulesProvider implementation for included timezone definitions. |
Dur | Deprecated.
Replaced by
TemporalAmount implementations such as Duration and Period in Java 8. |
IndexedComponentList<T extends Component> |
$Id$
Created on 4/02/2006
Provides indexing of components on a specific property.
|
IndexedPropertyList |
$Id$
Created on 4/02/2006
Provides indexing of properties on a specific parameter.
|
Iso8601 | Deprecated.
Replaced with new Java Date/Time API implementation
|
LocationTypeList | Deprecated.
replaced with standard Java collections.
|
NumberList |
$Id$ [29-May-2004]
Defines a list of numbers.
|
Parameter |
Defines an iCalendar parameter.
|
ParameterBuilder |
Created by fortuna on 8/09/14.
|
ParameterFactoryImpl | Deprecated. |
ParameterFactoryRegistry | Deprecated. |
ParameterList |
$Id$ [Apr 5, 2004]
Accessor implementation for a list of iCalendar parameters.
|
Period<T extends Temporal> |
$Id$ [Apr 14, 2004]
Defines a period of time.
|
PeriodList<T extends Temporal> |
$Id$ [23-Apr-2004]
Defines a list of iCalendar periods.
|
Property |
Defines an iCalendar property.
|
PropertyBuilder | |
PropertyFactoryImpl | Deprecated. |
PropertyFactoryRegistry | Deprecated. |
PropertyList |
$Id$ [Apr 5, 2004]
Accessor implementation for a list of iCalendar properties.
|
Recur<T extends Temporal> |
$Id$ [18-Apr-2004]
|
Recur.Builder<T extends Temporal> |
Support for building Recur instances.
|
TemporalAdapter<T extends Temporal> |
The iCalendar specification supports multiple representations of date/time values, as outlined
below.
|
TemporalAmountAdapter |
Support adapter for
TemporalAmount representation in iCalendar format. |
TemporalAmountComparator | |
TemporalComparator |
Compare
Temporal values based on a specified ChronoUnit . |
TextList |
$Id$ [23-Apr-2004]
Defines a list of iCalendar text elements.
|
Time | Deprecated.
Use
LocalTime for iCalendar TIME representations. |
TimeZone |
$Id$
|
TimeZoneLoader | |
TimeZoneRegistryFactory |
$Id$
Created on 18/09/2005
Provides access to the configured
TimeZoneRegistry instance. |
TimeZoneRegistryImpl |
$Id$
|
UtcOffset | Deprecated.
Replaced by
ZoneOffset in Java 8. |
WeekDay |
$Id$
Created: 19/12/2004
Defines a day of the week with a possible offset related to
a MONTHLY or YEARLY occurrence.
|
WeekDayList |
$Id$ [29-May-2004]
Defines a list of days.
|
ZoneOffsetAdapter |
Support adapter for
ZoneOffset to output in iCalendar format. |
ZoneRulesBuilder | |
ZoneRulesProviderImpl |
Enum | Description |
---|---|
Recur.Frequency | |
WeekDay.Day |
Exception | Description |
---|---|
CalendarException | |
ConstraintViolationException |
$Id$
Created on 02/03/2008
Indicates the violation of a constraint imposed by a relevant specification.
|