|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Util.UserIO
User I/O static utility functions
| Field Summary | |
private static java.lang.String |
OPEN_STR
The open command. |
private static java.lang.String |
PROMPT_STR
The user prompt string |
private static java.lang.String |
TOK_SPACE
The space separator |
| Constructor Summary | |
UserIO()
|
|
| Method Summary | |
static Session |
parseOpenCommand(java.lang.String line)
Read an open command from the user. |
static java.lang.String |
readLine()
Read a line from the user console (stdin) |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private static final java.lang.String TOK_SPACE
private static final java.lang.String PROMPT_STR
private static final java.lang.String OPEN_STR
| Constructor Detail |
public UserIO()
| Method Detail |
public static final java.lang.String readLine()
public static final Session parseOpenCommand(java.lang.String line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||