public class CommandDictionaryBuilder extends Object implements LocalCommandDictionary
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
getCommandDictionary()
Get the command dictionary.
|
Method |
getMethod(BasicCommand command)
Find the method which should be invoked as a result of a particular
command.
|
Method |
getMethod(DictionaryCommand dc)
Finds a Method which is linked to a DictionaryCommand.
|
Collection<Method> |
getMethods() |
public Dictionary getCommandDictionary()
getCommandDictionary in interface LocalCommandDictionarypublic Method getMethod(BasicCommand command)
getMethod in interface LocalCommandDictionarycommand - The command to be invokednull if the command is not known.public Method getMethod(DictionaryCommand dc)
getMethod in interface LocalCommandDictionarydc - a dictionary command that should be extracted from the current Dicionarynull if the command is not known.public Collection<Method> getMethods()
getMethods in interface LocalCommandDictionaryCopyright © 2014 LSST. All rights reserved.