| Package | Description |
|---|---|
| org.lsst.ccs.command |
An experimental package for testing possible improvements to the command handling
mechanism built-in to the CCS core.
|
| org.lsst.ccs.command.annotations |
Annotations used to mark methods as invocable by the command framework.
|
| Modifier and Type | Method and Description |
|---|---|
Command.CommandType |
DictionaryCommand.getType()
Get the
CommandType for this DictionaryCommand. |
| Modifier and Type | Method and Description |
|---|---|
int |
CompositeCommandDictionary.getLevelForType(Command.CommandType type) |
int |
Dictionary.getLevelForType(Command.CommandType type)
Get the visibility level for this dictionary for the given CommandType.
|
void |
CompositeCommandDictionary.setLevelForTypes(int level,
Command.CommandType... types) |
void |
Dictionary.setLevelForTypes(int level,
Command.CommandType... types)
Set the visibility level for this dictionary for the provided CommandTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static Command.CommandType |
Command.CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.CommandType[] |
Command.CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 LSST. All rights reserved.