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