evaluateCommand
java.lang.String evaluateCommand(java.lang.String command)
throws java.lang.Exception
Evaluate the specified command. If this method returns null, then
the associated ShellTextArea will not display a prompt until
returnResult() is called. If this method returns an empty string,
then the associated ShellTextArea will display the prompt.
- Parameters:
command
- The command.
- Returns:
- The return value of the command, or null if there is none.
- Throws:
java.lang.Exception
- If something goes wrong processing the command.
- See Also:
ShellTextArea.returnResult(String)