All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
boolean |
canExecute(CommandIssuer issuer,
RegisteredCommand<?> cmd) |
void |
doHelp(CommandIssuer issuer,
String... args) |
void |
doHelp(Object issuer,
String... args) |
void |
execute(CommandIssuer issuer,
String commandLabel,
String[] args) |
CommandHelp |
getCommandHelp()
|
CommandIssuer |
getCurrentCommandIssuer() |
CommandManager |
getCurrentCommandManager() |
ExceptionHandler |
getExceptionHandler() |
String |
getExecCommandLabel()
Gets the root command name that the user actually typed
|
String |
getExecSubcommand()
Gets the actual sub command name the user typed
|
String |
getName() |
String[] |
getOrigArgs()
Gets the actual args in string form the user typed
|
boolean |
hasPermission(CommandIssuer issuer) |
boolean |
hasPermission(Object issuer) |
void |
help(CommandIssuer issuer,
String[] args) |
void |
help(Object issuer,
String[] args) |
BaseCommand |
setExceptionHandler(ExceptionHandler exceptionHandler) |
void |
showCommandHelp()
|
void |
showSyntax(CommandIssuer issuer,
RegisteredCommand<?> cmd) |
List<String> |
tabComplete(CommandIssuer issuer,
String commandLabel,
String[] args) |