Interface CronJobConstants.CHARS
-
- Enclosing class:
- CronJobConstants
public static interface CronJobConstants.CHARSoffers fields, which defines some special characters
-
-
Field Summary
Fields Modifier and Type Field Description static charCLOSE_BRACKETstatic charCLOSE_CURLY_BRACKETstatic charCOMMAstatic charOPEN_BRACKETstatic charOPEN_CURLY_BRACKETstatic charPERCENTstatic charPOUNDstatic charQUESTION_MARKstatic charSEMICOLONstatic charSPACEstatic charVERTICAL_LINE
-
-
-
Field Detail
-
OPEN_CURLY_BRACKET
static final char OPEN_CURLY_BRACKET
- See Also:
- Constant Field Values
-
CLOSE_CURLY_BRACKET
static final char CLOSE_CURLY_BRACKET
- See Also:
- Constant Field Values
-
OPEN_BRACKET
static final char OPEN_BRACKET
- See Also:
- Constant Field Values
-
CLOSE_BRACKET
static final char CLOSE_BRACKET
- See Also:
- Constant Field Values
-
SPACE
static final char SPACE
- See Also:
- Constant Field Values
-
QUESTION_MARK
static final char QUESTION_MARK
- See Also:
- Constant Field Values
-
PERCENT
static final char PERCENT
- See Also:
- Constant Field Values
-
COMMA
static final char COMMA
- See Also:
- Constant Field Values
-
POUND
static final char POUND
- See Also:
- Constant Field Values
-
SEMICOLON
static final char SEMICOLON
- See Also:
- Constant Field Values
-
VERTICAL_LINE
static final char VERTICAL_LINE
- See Also:
- Constant Field Values
-
-