|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShellCommandReader
Interface used to read commands from the user (or some other source, like an input file).
| Method Summary | |
|---|---|
void |
close()
Called by the shell when exiting. |
void |
open()
Called to open the shell command reader. |
ShellCommand |
read()
Reads the next command from the input source. |
| Method Detail |
|---|
void open()
throws IOException
IOException
ShellCommand read()
throws Exception
Exception
void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||