| com.pnfsoftware.jeb.core.units.ICommandInterpreter |
Known Indirect Subclasses
IUnitInterpreter<T extends IUnit>
|
A command interpreter. Units may decide to provide command interpreters to offer advanced functionality to clients.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract ExecutionResult |
executeCommand(String command)
Execute a command.
| ||||||||||
| abstract ItemHistory<String> |
getHistory()
Retrieve the history of this interpreter
| ||||||||||
| abstract String |
getName()
Get the name of this interpreter.
| ||||||||||
Get the name of this interpreter.