| 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.remote |
Abstract classes required for remote command invocation.
|
| org.lsst.ccs.shell |
A toy JLine based shell for testing the command system.
|
| Class and Description |
|---|
| BasicCommand
A interface implemented by both TokenizedCommand and RawCommand
|
| CommandInvocationException
An exception thrown when a command invocation fails, either because the
command cannot be invoked, or because it was invoked and generated an exception.
|
| CommandSet
A CommandSet is a combination of a Dictionary plus the ability to
invoke a command.
|
| Dictionary
A command dictionary contains all the information needed to provide
help and perform tab completion.
|
| DictionaryCommand
Encapsulate the dictionary information for a single command and parameters.
|
| DictionaryParameter
Encapsulate the dictionary information about a single argument.
|
| Class and Description |
|---|
| CommandInvocationException
An exception thrown when a command invocation fails, either because the
command cannot be invoked, or because it was invoked and generated an exception.
|
| CommandSet
A CommandSet is a combination of a Dictionary plus the ability to
invoke a command.
|
| Class and Description |
|---|
| CommandSet
A CommandSet is a combination of a Dictionary plus the ability to
invoke a command.
|
Copyright © 2013 LSST. All Rights Reserved.