| 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 |
|---|---|
protected static void |
CommandArgumentMatchException.throwExceptionIfNeeded(List<CommandArgumentMatchException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeCommandDictionary.containsCommand(BasicCommand tc) |
boolean |
Dictionary.containsCommand(BasicCommand command)
Test if a given command is present in a dictionary.
|
DictionaryCommand |
CompositeCommandDictionary.findCommand(BasicCommand tc) |
DictionaryCommand |
Dictionary.findCommand(BasicCommand command)
Find a given command in the dictionary
|
Object |
RoutingCommandSet.invoke(BasicCommand command) |
Object |
CommandSet.invoke(BasicCommand tc) |
Object |
CompositeCommandSet.invoke(BasicCommand command)
Invoke a command included in this command set.
|
protected static void |
CommandArgumentMatchException.throwExceptionIfNeeded(List<CommandArgumentMatchException> exceptions) |
Copyright © 2023 LSST. All rights reserved.