Package net.fortuna.ical4j.util
Class Configurator
java.lang.Object
net.fortuna.ical4j.util.Configurator
$Id$
Created on 06/02/2008
Provides configuration properties specified either as system properties
or in an ical4j.properties configuration file.
-
Method Summary
Modifier and TypeMethodDescriptiongetEnumProperty(Class<T> clazz, String key) getIntProperty(String key) static <T> Optional<T>getObjectProperty(String key) getProperty(String key)
-
Method Details
-
getProperty
- Parameters:
key- a compatibility hint key- Returns:
- true if the specified compatibility hint is enabled, otherwise false
-
getIntProperty
-
getEnumProperty
-
getObjectProperty
-