public class DictionaryCommand extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAliases() |
String |
getCommandName() |
String |
getDescription() |
DictionaryParameter[] |
getParams() |
Command.CommandType |
getType() |
boolean |
isVarArgs() |
boolean |
matchesCommandOrAlias(String value)
Test if value matches this command (either the command itself or one if
its aliases).
|
public String getDescription()
public String[] getAliases()
public DictionaryParameter[] getParams()
public Command.CommandType getType()
public String getCommandName()
public boolean isVarArgs()
public boolean matchesCommandOrAlias(String value)
value - The value to testtrue if the value matchesCopyright © 2013 LSST. All Rights Reserved.