public abstract class CalendarParserFactory
extends java.lang.Object
$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 |
---|---|
abstract CalendarParser |
createParser()
Returns a new instance of the configured
CalendarParser . |
static CalendarParserFactory |
getInstance() |
public static final java.lang.String KEY_FACTORY_CLASS
CalendarParser
implementation.public static CalendarParserFactory getInstance()
public abstract CalendarParser createParser()
CalendarParser
.Copyright © 2004-2015 Micronode. All Rights Reserved.