jp.sourceforge.simplefh.constant
Class FixedValue

java.lang.Object
  extended by jp.sourceforge.simplefh.constant.FixedValue

public final class FixedValue
extends Object

Fixed value constants.

Version:
1.0
Author:
Kazuhiro Sera

Field Summary
static String BACK_SLASH
          Back slash
static String BACK_SLASH_ESCAPED
          Escaped back slash
static String DIR_SEPARATOR
          Directory separator (OS native)
static String DIR_SEPARATOR_REGEXP
          Directory separator regexp value
static String EMPTY
          Empty String value
static String PIPE
          Pipe
static String SLASH
          Slash
 
Constructor Summary
FixedValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final String EMPTY
Empty String value

See Also:
Constant Field Values

BACK_SLASH

public static final String BACK_SLASH
Back slash

See Also:
Constant Field Values

BACK_SLASH_ESCAPED

public static final String BACK_SLASH_ESCAPED
Escaped back slash

See Also:
Constant Field Values

SLASH

public static final String SLASH
Slash

See Also:
Constant Field Values

PIPE

public static final String PIPE
Pipe

See Also:
Constant Field Values

DIR_SEPARATOR

public static final String DIR_SEPARATOR
Directory separator (OS native)


DIR_SEPARATOR_REGEXP

public static final String DIR_SEPARATOR_REGEXP
Directory separator regexp value

Constructor Detail

FixedValue

public FixedValue()