|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.util.misc.TokenizerParams
public class TokenizerParams
Parameters that TokenizerImpl accepts.
Field Summary | |
---|---|
static char |
BACKSLASH
|
static char |
COMMA
|
static String |
DEFAULT_DELIMITERS
|
static char |
DEFAULT_ESCAPE_CHAR
|
String |
mDelimiters
Delimiters are characters that separate tokens. |
boolean |
mEmitInvalidEscapeSequencesLiterally
When an invalid escape sequence is encountered, either an exception may be thrown, or the sequence may be emitted literally. |
String |
mEscapableChars
Characters which may be escaped over and above the standard ones. |
char |
mEscapeChar
The escape char, allowed to be anything, but typically should be BACKSLASH. |
boolean |
mMultipleDelimsCountAsOne
When multiple delimiters abut each other, are they all treated as a single delimiter, or as multiples with implied empty tokens between them? |
Constructor Summary | |
---|---|
TokenizerParams()
|
Method Summary | |
---|---|
void |
ensureDelimitersEscapable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String mDelimiters
public boolean mMultipleDelimsCountAsOne
public char mEscapeChar
public String mEscapableChars
public boolean mEmitInvalidEscapeSequencesLiterally
public static final char BACKSLASH
public static final char COMMA
public static final char DEFAULT_ESCAPE_CHAR
public static final String DEFAULT_DELIMITERS
Constructor Detail |
---|
public TokenizerParams()
Method Detail |
---|
public void ensureDelimitersEscapable()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.