|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
| Field Summary | |
|---|---|
char |
DOUBLE_QUOTE
|
char |
SINGLE_QUOTE
|
char |
SPACE
|
| Constructor Summary | |
StringHelper()
|
|
| Method Summary | |
|---|---|
static int |
scanQuoted(String s, int pos0, char quote)
|
static int |
scanToken(String s, int pos0)
|
static int |
skipWhitespace(String s, int pos0)
|
static def |
tokenizeUnquoted(String s)
This method tokenizes a string by space characters, but ignores spaces in quoted parts,that are parts in '' or "". |
| Constructor Detail |
|---|
StringHelper()
| Method Detail |
|---|
static int scanQuoted(String s, int pos0, char quote)
static int scanToken(String s, int pos0)
static int skipWhitespace(String s, int pos0)
public static def tokenizeUnquoted(String s)