| 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 |
CommandDictionaryBuilder.getCommandDictionary()
Get the command dictionary.
|
Dictionary |
CommandSet.getCommandDictionary() |
Dictionary |
RoutingCommandSet.getCommandDictionary() |
Dictionary |
CompositeCommandSet.getCommandDictionary()
Get the dictionary associated with this command set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCommandDictionary.add(Dictionary commandDictionary) |
void |
CompositeCommandDictionary.remove(Dictionary commandDictionary) |
| Constructor and Description |
|---|
HelpGenerator(PrintWriter out,
Dictionary dict)
Create a HelpGenerator
|
Copyright © 2015 LSST. All rights reserved.