Package com.ibm.icu.impl
Class ICUConfig
- java.lang.Object
-
- com.ibm.icu.impl.ICUConfig
-
public class ICUConfig extends Object
ICUConfig is a class used for accessing ICU4J runtime configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_PROPS_FILE
-
Constructor Summary
Constructors Constructor Description ICUConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget(String name)Get ICU configuration property value for the given name.static Stringget(String name, String def)Get ICU configuration property value for the given name.
-
-
-
Field Detail
-
CONFIG_PROPS_FILE
public static final String CONFIG_PROPS_FILE
- See Also:
- Constant Field Values
-
-