| 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) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DictionaryCommand> |
CompositeCommandDictionary.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryHelpGenerator.hasHelp(DictionaryCommand command)
Check if help support is provided for the given command.
|
String |
DictionaryHelpGenerator.modifyHelpForCommand(DictionaryCommand command,
String help,
boolean compact)
Modify the current help for the command.
|
Copyright © 2017 LSST. All rights reserved.