public class CommandInterpreter
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CommandInterpreter.Commands
Valid commands for the interpreter 
 | 
| Constructor and Description | 
|---|
CommandInterpreter(Environment env)  | 
CommandInterpreter(Environment env,
                  boolean echo)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
executeCommand(java.lang.String command)  | 
public CommandInterpreter(Environment env)
public CommandInterpreter(Environment env, boolean echo)