| Package | Description |
|---|---|
| org.lsst.ccs.command |
An experimental package for testing possible improvements to the command handling
mechanism built-in to the CCS core.
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryCommand |
Dictionary.findCommand(BasicCommand command)
Find a given command in the dictionary
|
DictionaryCommand |
CompositeCommandDictionary.findCommand(BasicCommand tc) |
DictionaryCommand |
Dictionary.findCommand(String command,
int argumentCount)
Find a given command in the dictionary.
|
DictionaryCommand |
CompositeCommandDictionary.findCommand(String command,
int argumentCount) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DictionaryCommand> |
CompositeCommandDictionary.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Method |
CommandDictionaryBuilder.getMethod(DictionaryCommand dc)
Finds a Method which is linked to a DictionaryCommand.
|
Method |
LocalCommandDictionary.getMethod(DictionaryCommand dc)
*
Finds a Method which is linked to a
DictionaryCommand.
|
Copyright © 2014 LSST. All Rights Reserved.