public class CommandTokenizer extends Object
| Constructor | Description |
|---|---|
CommandTokenizer(String inString) |
constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasMoreTokens() |
any more tokens in String
|
String |
nextToken() |
returns the next token, this handles spaces and quotes
|
public CommandTokenizer(String inString)
inString - the string to parsepublic boolean hasMoreTokens()
throws WrappedException
WrappedException - - internally handled errorpublic String nextToken() throws WrappedException
WrappedException - - internally handled errorCopyright © 2018. All rights reserved.