| 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 |
|---|---|
boolean |
Dictionary.getVisibilityForType(Command.CommandType type)
Get the type related visibility of a command that belongs to this dictionary.
|
boolean |
CompositeCommandDictionary.getVisibilityForType(Command.CommandType type) |
void |
RouteSelectionCommandSet.setRouteCommandTypeVisibility(String route,
Command.CommandType... types) |
void |
Dictionary.setVisibilityForTypes(Command.CommandType... types)
Specified command types will be visible, other ones will not be visible
|
void |
CompositeCommandDictionary.setVisibilityForTypes(Command.CommandType... types) |
| 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 © 2018 LSST. All rights reserved.