| 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 |
|---|---|
default Iterable<DictionaryCommand> |
Dictionary.filterByLevelIterator()
An iterator over DictionaryCommand of this dictionary that filters by level.
|
Iterator<DictionaryCommand> |
CompositeCommandDictionary.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DictionaryUtils.areDictionaryCommandsEqual(DictionaryCommand dc1,
DictionaryCommand dc2)
Check if two dictionary commands are equal.
|
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 © 2018 LSST. All rights reserved.