Package org.apache.commons.cli
Class Char
- java.lang.Object
-
- org.apache.commons.cli.Char
-
final class Char extends java.lang.Object
Package-private character constants.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static char
APOS
Apostrophe(package private) static char
CR
Carriage return.(package private) static char
EQUAL
Equal sign.(package private) static char
LF
Line feed.(package private) static char
SP
Space.(package private) static char
TAB
Tab.
-
Constructor Summary
Constructors Modifier Constructor Description private
Char()
-
-
-
Field Detail
-
APOS
static final char APOS
Apostrophe- See Also:
- Constant Field Values
-
CR
static final char CR
Carriage return.- See Also:
- Constant Field Values
-
EQUAL
static final char EQUAL
Equal sign.- See Also:
- Constant Field Values
-
LF
static final char LF
Line feed.- See Also:
- Constant Field Values
-
SP
static final char SP
Space.- See Also:
- Constant Field Values
-
TAB
static final char TAB
Tab.- See Also:
- Constant Field Values
-
-