public abstract class CalendarParserFactory extends java.lang.Object implements java.util.function.Supplier<CalendarParser>
$Id$ Created on 08/02/2007Provides access to the configured
CalendarParser instance. Alternative factory implementations may be
specified via the following system property:
net.fortuna.ical4j.parser=<factory_class_name>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_FACTORY_CLASS
The system property used to specify an alternate
CalendarParser implementation. |
| Constructor and Description |
|---|
CalendarParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Supplier<CalendarParser> |
getInstance() |
public static final java.lang.String KEY_FACTORY_CLASS
CalendarParser implementation.public static java.util.function.Supplier<CalendarParser> getInstance()