| 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 |
Dictionary.containsCommand(BasicCommand command)
Test if a given command is present in a dictionary.
|
int |
Dictionary.findCommand(BasicCommand command)
Find a given command in the dictionary
|
Object |
CommandSet.invoke(BasicCommand tc) |
Object |
CompositeCommandSet.invoke(BasicCommand command)
Invoke a command included in this command set.
|
Copyright © 2013 LSST. All Rights Reserved.