|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.common.tools.CommandLineSingleTokenizer
public class CommandLineSingleTokenizer
A standard command line tokenizer for single elements. Quotes can enclose terms. Backslash is the escape. Double backslash will escape itself. Carot (^) enclosed terms will be resolved against the property view.
Version History
EPG - Initial - 10 MAY 06
| Constructor Summary | |
|---|---|
CommandLineSingleTokenizer()
|
|
| Method Summary | |
|---|---|
static java.util.Vector<java.lang.String> |
tokenize(java.io.Reader target,
ThingsPropertyView properties)
Tokenize a command line of strings to a vector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandLineSingleTokenizer()
| Method Detail |
|---|
public static java.util.Vector<java.lang.String> tokenize(java.io.Reader target,
ThingsPropertyView properties)
throws ThingsException
target - A Reader source.properties - Properties for replacements.
ThingsExceptionStringPoster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||