|
Version 4.10.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objecthirondelle.web4j.util.Consts
public final class Consts
Collected constants of general utility.
All members of this class are immutable.
(This is an example of class for constants.)
| Field Summary | |
|---|---|
static String |
DOUBLE_QUOTE
|
static String |
EMPTY_STRING
|
static boolean |
FAILS
Opposite of PASSES. |
static boolean |
FAILURE
Opposite of SUCCESS. |
static String |
FILE_SEPARATOR
System property - file.separator |
static String |
NEW_LINE
System property - line.separator |
static int |
NOT_FOUND
Useful for String operations, which return an index of -1 when
an item is not found. |
static boolean |
PASSES
Opposite of FAILS. |
static String |
PATH_SEPARATOR
System property - path.separator |
static String |
PERIOD
|
static String |
SINGLE_QUOTE
|
static String |
SPACE
|
static boolean |
SUCCESS
Opposite of FAILURE. |
static String |
TAB
|
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean PASSES
FAILS.
public static final boolean FAILS
PASSES.
public static final boolean SUCCESS
FAILURE.
public static final boolean FAILURE
SUCCESS.
public static final int NOT_FOUND
String operations, which return an index of -1 when
an item is not found.
public static final String NEW_LINE
public static final String FILE_SEPARATOR
public static final String PATH_SEPARATOR
public static final String EMPTY_STRING
public static final String SPACE
public static final String TAB
public static final String SINGLE_QUOTE
public static final String PERIOD
public static final String DOUBLE_QUOTE
|
Version 4.10.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||