public interface CommandType
| Modifier and Type | Method and Description |
|---|---|
boolean |
argsAreOptional()
returns the flag which specifies if the arguments of this command are optional or not
|
static java.util.List<java.lang.String> |
getAllCommands() |
java.lang.String |
getCommandName()
returns the name of the command
|
java.lang.String |
getDescription()
returns the description of the command
|
java.lang.String |
getUsage()
returns the description of the command
|
static java.util.List<java.lang.String> getAllCommands()
java.lang.String getCommandName()
java.lang.String getDescription()
java.lang.String getUsage()
boolean argsAreOptional()