My Movies 1.0.0

hirondelle.movies.util
Class Consts

Object
  extended by Consts

public final class Consts
extends Object

Collected constants of very general utility.

All constants are immutable.


Field Summary
static String EMPTY_STRING
           
static String FILE_SEPARATOR
           
static String NEW_LINE
          Newline separator.
static String PATH_SEPARATOR
           
static String SPACE
           
static String TAB
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_LINE

public static final String NEW_LINE
Newline separator. This constant is especially useful. Less experienced programmers will create new lines using '\r' and '\n' - but that is faulty, since it's not portable between operating systems.


FILE_SEPARATOR

public static final String FILE_SEPARATOR

PATH_SEPARATOR

public static final String 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

My Movies 1.0.0

Copyright Hirondelle Systems - Generated 2008Dec30.15.53