public class StringParser
extends java.lang.Object
Cuts a string in words separated by white space. Quotes and square brackets are recognized (that is, white space within is ignored).
© 2002 Christian Treber, ct@ctreber.com
Constructor and Description |
---|
StringParser() |
Modifier and Type | Method and Description |
---|---|
static java.util.List |
parse(java.lang.String pLine) |