public interface Command
Modifier and Type | Method and Description |
---|---|
Object |
execute(List args) |
List |
getAliases() |
jline.Completor |
getCompletor() |
String |
getDescription() |
String |
getHelp() |
boolean |
getHidden() |
String |
getName() |
String |
getShortcut() |
String |
getUsage() |