org.cementj.common
Class CommonCharacter

java.lang.Object
  extended by org.cementj.common.CommonCharacter

public class CommonCharacter
extends java.lang.Object

A library of commonly used special characters.

Copyright: Delta Vortex Technologies, 2002.


Field Summary
static java.lang.String FILE_SEPARATOR
          Convenience reference for the "file.separator" property from System.getProperties().
static java.lang.String LINE_FEED
          Convenience reference for the "line.separator" property from System.getProperties().
static java.lang.String PATH_SEPARATOR
          Convenience reference for the "path.separator" property from System.getProperties().
static java.lang.String TAB
          Convenience reference for the "tab" (\t) property.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_FEED

public static final java.lang.String LINE_FEED
Convenience reference for the "line.separator" property from System.getProperties().

Since:
0.5

PATH_SEPARATOR

public static final java.lang.String PATH_SEPARATOR
Convenience reference for the "path.separator" property from System.getProperties().

Since:
0.5

FILE_SEPARATOR

public static final java.lang.String FILE_SEPARATOR
Convenience reference for the "file.separator" property from System.getProperties().

Since:
0.5

TAB

public static final java.lang.String TAB
Convenience reference for the "tab" (\t) property.

Since:
0.5
See Also:
Constant Field Values


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.