|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.sourceforge.simplefh.constant.FixedValue
public final class FixedValue
Fixed value constants.
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 |
---|
public static final String EMPTY
public static final String BACK_SLASH
public static final String BACK_SLASH_ESCAPED
public static final String SLASH
public static final String PIPE
public static final String DIR_SEPARATOR
public static final String DIR_SEPARATOR_REGEXP
Constructor Detail |
---|
public FixedValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |