| 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.CommandCategory |
DictionaryCommand.getCategory()
Get the
CommandCategory for this DictionaryCommand. |
| Modifier and Type | Method and Description |
|---|---|
static Command.CommandCategory |
Command.CommandCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.CommandCategory[] |
Command.CommandCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 LSST. All rights reserved.