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 char[]DIGITAll number 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[] DIGITAll number char array -
NUMBER_LENGTH
public static final int NUMBER_LENGTHNumber of digits- 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_LENGTHNumber of letters- See Also:
- Constant Field Values
-
-
Constructor Details
-
Environment
public Environment()
-