public interface ICommand
| Modifier and Type | Method and Description |
|---|---|
boolean |
repeatCommand(IMessageHandler handler)
Rerun the command.
|
boolean |
runCommand(java.lang.String[] args,
IMessageHandler handler)
Run command with the given options.
|
boolean runCommand(java.lang.String[] args,
IMessageHandler handler)
args - the String[] options for the commandhandler - the IMessageHandler for all output from
the commandboolean repeatCommand(IMessageHandler handler)
handler - the IMessageHandler for all output from the command