Package com.ibm.icu.impl
Class ICUConfig
java.lang.Object
com.ibm.icu.impl.ICUConfig
ICUConfig is a class used for accessing ICU4J runtime configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONFIG_PROPS_FILE
- See Also:
-
CONFIG_PROPS
-
-
Constructor Details
-
ICUConfig
public ICUConfig()
-
-
Method Details
-
get
Get ICU configuration property value for the given name.- Parameters:
name
- The configuration property name- Returns:
- The configuration property value, or null if it does not exist.
-
get
Get ICU configuration property value for the given name.- Parameters:
name
- The configuration property namedef
- The default value- Returns:
- The configuration property value. If the property does not
exist,
def
is returned.
-