Package org.hcjf.properties
Class SystemProperties.Locale
- java.lang.Object
-
- org.hcjf.properties.SystemProperties.Locale
-
- Enclosing class:
- SystemProperties
public static final class SystemProperties.Locale extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_LOCALEstatic java.lang.StringDEFAULT_LOCALE_LAYER_IMPLEMENTATION_CLASS_NAMEstatic java.lang.StringDEFAULT_LOCALE_LAYER_IMPLEMENTATION_NAMEstatic java.lang.StringLOG_TAG
-
Constructor Summary
Constructors Constructor Description Locale()
-
-
-
Field Detail
-
LOG_TAG
public static final java.lang.String LOG_TAG
- See Also:
- Constant Field Values
-
DEFAULT_LOCALE
public static final java.lang.String DEFAULT_LOCALE
- See Also:
- Constant Field Values
-
DEFAULT_LOCALE_LAYER_IMPLEMENTATION_CLASS_NAME
public static final java.lang.String DEFAULT_LOCALE_LAYER_IMPLEMENTATION_CLASS_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOCALE_LAYER_IMPLEMENTATION_NAME
public static final java.lang.String DEFAULT_LOCALE_LAYER_IMPLEMENTATION_NAME
- See Also:
- Constant Field Values
-
-