|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandParser
Method Summary | |
---|---|
boolean |
isBackground()
True if the currently parsed command has been requested as a background operation |
boolean |
more()
If there is more than one command received on the last parse request. |
String[] |
parse()
Parses user commands, and groups tokens in the String[] format that all Java main's love. |
Method Detail |
---|
boolean more()
boolean isBackground()
String[] parse() throws IOException
input
split in args[] format; null if eof.
IOException
- if there is a problem reading from the input stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |