| 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 |
|---|---|
static SupportedOption |
SupportedOption.getSupportedOption(String name) |
static SupportedOption |
SupportedOption.getSupportedOption(String name,
String singleLetter) |
| Modifier and Type | Method and Description |
|---|---|
default List<SupportedOption> |
DictionaryCommand.getSupportedOptions()
Get the SupportedOptions for this command.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
DictionaryCommand.addSupportedOption(SupportedOption opt)
Add an external Option not defined in the annotations.
|
boolean |
Options.hasOption(SupportedOption option) |
void |
Options.removeOption(SupportedOption option)
Remove an option.
|
Copyright © 2023 LSST. All rights reserved.