Dervied classes that require a special permission (for example, to
call the VM to exit as in the ExitCommand) should call this method to
check the java.security.Permission.
Parses a string containing a command name and arguments and then
executes the command if it was well structured (the string 'command'
will be parsed - looking for the name of the command and any
arguments required for that command).
This method should be overloaded by each command that is defined -
it will be called by the CommandRegister after the number of
arguments have been checked.
The java.awt.TextArea.getPreferredSize() method seems to insist
on making the TextArea slight larger than is required to fit the
specified number of rows.
Any Java package that is intended to be used with the cline package needs
to implement this interface and return an array of Commands that it would
like to use with the command prompt.
in -
Variable in class org.adougou.cline.BasePrompt
This method is called by the CommandRegister whenever a new command
is registered - this gives commands access to help information for
other commands - eg.