Package org.seppiko.commons.utils
Class Environment
java.lang.Object
org.seppiko.commons.utils.Environment
public class Environment
extends java.lang.Object
Environmental constant
- Author:
- Leonard Woo
-
Field Summary
Fields Modifier and Type Field Description static intALPHABET_LENGTHNumber of lettersstatic java.lang.StringCONFIG_FILE_PARAMETER_SUFFIXConfig file parameter suffixstatic java.lang.StringCONFIG_FILENAME_INIConfig filename with inistatic java.lang.StringCONFIG_FILENAME_JSONConfig filename with jsonstatic java.lang.StringCONFIG_FILENAME_TOMLConfig filename with tomlstatic java.lang.StringCONFIG_FILENAME_YAMLConfig filename with yamlstatic java.lang.StringCONFIG_FILENAME_YMLConfig filename with ymlstatic char[]DIGITNumber char arraystatic char[]HEXADECIMALHexadecimal char arraystatic char[]LOWERCASEAll lowercase letters char arraystatic java.lang.StringNEW_LINEGet system line interval symbolstatic intNUMBER_LENGTHNumber of digitsstatic java.util.TimeZoneSYSTEM_ZONEGet system time zonestatic char[]UPPERCASEAll uppercase letters char arraystatic java.time.ClockUTC_ZONEGet UTC zone -
Constructor Summary
Constructors Constructor Description Environment() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NEW_LINE
public static final java.lang.String NEW_LINEGet system line interval symbol -
SYSTEM_ZONE
public static final java.util.TimeZone SYSTEM_ZONEGet system time zone -
UTC_ZONE
public static final java.time.Clock UTC_ZONEGet UTC zone -
DIGIT
public static final char[] DIGITNumber char array -
NUMBER_LENGTH
public static final int NUMBER_LENGTHNumber of digits- See Also:
- Constant Field Values
-
HEXADECIMAL
public static final char[] HEXADECIMALHexadecimal char array -
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_LENGTHNumber of letters- See Also:
- Constant Field Values
-
CONFIG_FILE_PARAMETER_SUFFIX
public static final java.lang.String CONFIG_FILE_PARAMETER_SUFFIXConfig file parameter suffix- See Also:
- Constant Field Values
-
CONFIG_FILENAME_YAML
public static final java.lang.String CONFIG_FILENAME_YAMLConfig filename with yaml- See Also:
- Constant Field Values
-
CONFIG_FILENAME_YML
public static final java.lang.String CONFIG_FILENAME_YMLConfig filename with yml- See Also:
- Constant Field Values
-
CONFIG_FILENAME_JSON
public static final java.lang.String CONFIG_FILENAME_JSONConfig filename with json- See Also:
- Constant Field Values
-
CONFIG_FILENAME_TOML
public static final java.lang.String CONFIG_FILENAME_TOMLConfig filename with toml- See Also:
- Constant Field Values
-
CONFIG_FILENAME_INI
public static final java.lang.String CONFIG_FILENAME_INIConfig filename with ini- See Also:
- Constant Field Values
-
-
Constructor Details
-
Environment
public Environment()
-