| 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.
|
| DictionaryArgument
Encapsulate the dictionary information about a single argument.
|
| DictionaryCommand
Encapsulate the dictionary information for a single command and parameters.
|
| DictionaryContext |
| InputConversionEngine
This class is responsible for converting strings to objects of a particular
class.
|
| LocalCommandDictionary
interface to define a "Local" Command Dictionary on a per-class basis.
|
| RawCommand
A command with pre-parsed arguments (Objects).
|
| TokenizedCommand
A command line that has been split into tokens.
|
| 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 © 2014 LSST. All rights reserved.