public interface Command
Modifier and Type | Method and Description |
---|---|
Collection<ArgumentSpec> |
getAcceptedArguments() |
String |
getDescription() |
String |
getName() |
String |
getUsage() |
boolean |
isStorageRequired() |
void |
run(CommandContext ctx) |
void run(CommandContext ctx) throws CommandException
CommandException
String getName()
String getDescription()
String getUsage()
Collection<ArgumentSpec> getAcceptedArguments()
boolean isStorageRequired()
Copyright © 2012. All Rights Reserved.