public interface DictionaryCommand extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String[] |
NO_ALIASES |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAliases() |
DictionaryArgument[] |
getArguments() |
String |
getCommandName() |
String |
getDescription() |
int |
getLevel() |
Command.CommandType |
getType() |
boolean |
isVarArgs() |
boolean |
matchesCommandOrAlias(String value)
Test if value matches this command (either the command itself or one of
its aliases).
|
static final String[] NO_ALIASES
String[] getAliases()
DictionaryArgument[] getArguments()
String getCommandName()
String getDescription()
Command.CommandType getType()
boolean isVarArgs()
int getLevel()
boolean matchesCommandOrAlias(String value)
value - The value to testtrue if the value matchesCopyright © 2014 LSST. All rights reserved.