|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.w3c.tools.offline.command.CommandInterpreter
public class CommandInterpreter
The jigshell interpreter class.
| Field Summary | |
|---|---|
protected static boolean |
interactive
A boolean to switch to batch mode when a script file is given |
protected static java.io.BufferedReader |
reader
A reader for commands input. |
protected static StoreFinder |
sf
The StoreFinder instance to handle the store files. |
| Constructor Summary | |
|---|---|
CommandInterpreter(java.lang.String[] args)
A CommandInterpreter initializer. |
|
| Method Summary | |
|---|---|
protected void |
ProcessCommand(CommandLine cl)
Process a command line instance and initiate the action through the StoreFinder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static StoreFinder sf
protected static boolean interactive
protected static java.io.BufferedReader reader
| Constructor Detail |
|---|
public CommandInterpreter(java.lang.String[] args)
args - arguments provided when launching jigshell| Method Detail |
|---|
protected void ProcessCommand(CommandLine cl)
cl - the CommandLine.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||