public abstract class TimeZoneRegistryFactory
extends java.lang.Object
TimeZoneRegistry
instance.
Alternative factory implementations may be specified via the following
system property:
net.fortuna.ical4j.timezone.registry=<factory_class_name>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_FACTORY_CLASS
The system property used to specify an alternate
TimeZoneRegistryFactory implementation. |
Constructor and Description |
---|
TimeZoneRegistryFactory() |
Modifier and Type | Method and Description |
---|---|
abstract TimeZoneRegistry |
createRegistry()
Returns a new instance of the configured
TimeZoneRegistry . |
static TimeZoneRegistryFactory |
getInstance() |
public static final java.lang.String KEY_FACTORY_CLASS
TimeZoneRegistryFactory
implementation.public static TimeZoneRegistryFactory getInstance()
public abstract TimeZoneRegistry createRegistry()
TimeZoneRegistry
.Copyright © 2004-2015 Micronode. All Rights Reserved.