Class ResourceConstants
- java.lang.Object
-
- org.apache.commons.codec.language.bm.ResourceConstants
-
class ResourceConstants extends Object
Constants used to process resource files.This class is immutable and thread-safe.
- Since:
- 1.6
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StringCMT(package private) static StringENCODING(package private) static StringEXT_CMT_END(package private) static StringEXT_CMT_START
-
Constructor Summary
Constructors Constructor Description ResourceConstants()
-
-
-
Field Detail
-
CMT
static final String CMT
- See Also:
- Constant Field Values
-
ENCODING
static final String ENCODING
- See Also:
- Constant Field Values
-
EXT_CMT_END
static final String EXT_CMT_END
- See Also:
- Constant Field Values
-
EXT_CMT_START
static final String EXT_CMT_START
- See Also:
- Constant Field Values
-
-