|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthicosim.components.backend.io.CommandScanner
public class CommandScanner
This class is used by the CommandProcessor to scan the Strings comming from the console or the GUI-console.
| Constructor Summary | |
|---|---|
CommandScanner(Engine engine)
Set up a Buffered Reader. |
|
| Method Summary | |
|---|---|
Command |
scanline(java.lang.String cmd,
boolean gui)
Scan a line and check command SCAN A LINE FROM STDIN OR, IF GUI=TRUE FROM GUI. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandScanner(Engine engine)
| Method Detail |
|---|
public Command scanline(java.lang.String cmd,
boolean gui)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||