java.lang.Object
org.seppiko.commons.utils.Environment
Environmental constant
- Author:
- Leonard Woo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intAlphabet lengthstatic StringConfig file parameter suffixstatic StringConfig filename with inistatic StringConfig filename with jsonstatic StringConfig filename with tomlstatic StringConfig filename with yamlstatic StringConfig filename with ymlstatic char[]Digit char arraystatic intDigit lengthstatic char[]Hexadecimal char arraystatic intHexadecimal lengthstatic char[]All lowercase letters char arraystatic StringGet system line interval symbolstatic TimeZoneGet system time zonestatic char[]All uppercase letters char arraystatic ClockGet UTC zone -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NEW_LINE
Get system line interval symbol -
SYSTEM_ZONE
Get system time zone -
UTC_ZONE
Get UTC zone -
DIGIT
public static final char[] DIGITDigit char array -
DIGIT_LENGTH
public static final int DIGIT_LENGTHDigit length- See Also:
- Constant Field Values
-
HEXADECIMAL
public static final char[] HEXADECIMALHexadecimal char array -
HEXADECIMAL_LENGTH
public static final int HEXADECIMAL_LENGTHHexadecimal length- See Also:
- Constant Field Values
-
UPPERCASE
public static final char[] UPPERCASEAll uppercase letters char array -
LOWERCASE
public static final char[] LOWERCASEAll lowercase letters char array -
ALPHABET_LENGTH
public static final int ALPHABET_LENGTHAlphabet length- See Also:
- Constant Field Values
-
CONFIG_FILE_PARAMETER_SUFFIX
Config file parameter suffix- See Also:
- Constant Field Values
-
CONFIG_FILENAME_YAML
Config filename with yaml- See Also:
- Constant Field Values
-
CONFIG_FILENAME_YML
Config filename with yml- See Also:
- Constant Field Values
-
CONFIG_FILENAME_JSON
Config filename with json- See Also:
- Constant Field Values
-
CONFIG_FILENAME_TOML
Config filename with toml- See Also:
- Constant Field Values
-
CONFIG_FILENAME_INI
Config filename with ini- See Also:
- Constant Field Values
-
-
Constructor Details
-
Environment
public Environment()
-