public interface ShellInterpreter
ShellTextArea
Modifier and Type | Method and Description |
---|---|
java.lang.String |
evaluateCommand(java.lang.String command)
Evaluate the specified command.
|
boolean |
isCommandComplete(java.lang.String command)
Return true if the specified command is complete (ready
to be interpreted).
|
java.lang.String evaluateCommand(java.lang.String command) throws java.lang.Exception
command
- The command.java.lang.Exception
- If something goes wrong processing the command.ShellTextArea.returnResult(String)
boolean isCommandComplete(java.lang.String command)
command
- The command.