| 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 | Class and Description |
|---|---|
class |
RawCommand
A command with pre-parsed arguments (Objects).
|
class |
TokenizedCommand
A command line that has been split into tokens.
|
| 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 |
CompositeCommandSet.invoke(BasicCommand command)
Invoke a command included in this command set.
|
Object |
CommandSet.invoke(BasicCommand tc) |
Copyright © 2016 LSST. All rights reserved.