Version 4.10.0

hirondelle.web4j.util
Class Consts

Object
  extended by hirondelle.web4j.util.Consts

public final class Consts
extends Object

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

PASSES

public static final boolean PASSES
Opposite of FAILS.

See Also:
Constant Field Values

FAILS

public static final boolean FAILS
Opposite of PASSES.

See Also:
Constant Field Values

SUCCESS

public static final boolean SUCCESS
Opposite of FAILURE.

See Also:
Constant Field Values

FAILURE

public static final boolean FAILURE
Opposite of SUCCESS.

See Also:
Constant Field Values

NOT_FOUND

public static final int NOT_FOUND
Useful for String operations, which return an index of -1 when an item is not found.

See Also:
Constant Field Values

NEW_LINE

public static final String NEW_LINE
System property - line.separator


FILE_SEPARATOR

public static final String FILE_SEPARATOR
System property - file.separator


PATH_SEPARATOR

public static final String PATH_SEPARATOR
System property - path.separator


EMPTY_STRING

public static final String EMPTY_STRING
See Also:
Constant Field Values

SPACE

public static final String SPACE
See Also:
Constant Field Values

TAB

public static final String TAB
See Also:
Constant Field Values

SINGLE_QUOTE

public static final String SINGLE_QUOTE
See Also:
Constant Field Values

PERIOD

public static final String PERIOD
See Also:
Constant Field Values

DOUBLE_QUOTE

public static final String DOUBLE_QUOTE
See Also:
Constant Field Values

Version 4.10.0

Copyright Hirondelle Systems. Published October 19, 2013 - User Guide - All Docs.