| 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 | Class and Description |
|---|---|
class |
CompositeCommandDictionary
A command dictionary to which other command dictionaries can be added and
removed.
|
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
RoutingCommandSet.getCommandDictionary() |
Dictionary |
CommandSet.getCommandDictionary() |
Dictionary |
CompositeCommandSet.getCommandDictionary()
Get the dictionary associated with this command set.
|
Dictionary |
CommandDictionaryBuilder.getCommandDictionary()
Get the command dictionary.
|
Dictionary |
LocalCommandDictionary.getCommandDictionary()
Gets the command dictionary.
|
Dictionary |
DictionaryContext.getDictionary() |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.utilities.beanutils.Optional<Dictionary> |
DictionariesTree.getDictionaryFor(String componentName)
gets a Dictionary linked to a Component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCommandDictionary.add(Dictionary commandDictionary) |
void |
CompositeCommandDictionary.remove(Dictionary commandDictionary) |
| Constructor and Description |
|---|
DictionaryCompleter(Dictionary dict)
Create a command completer for the given dictionary.
|
DictionaryContext(String name,
Dictionary dictionary) |
HelpGenerator(PrintWriter out,
Dictionary dict)
Create a HelpGenerator
|
Copyright © 2014 LSST. All rights reserved.