| 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.demo |
Examples of annotated classes providing command functionality.
|
| Modifier and Type | Method and Description |
|---|---|
Options |
TokenizedCommand.getOptions() |
Options |
BasicCommand.getOptions()
Get the Options passed to this command.
|
Options |
RawCommand.getOptions() |
Options |
Options.withOption(String opt) |
| Constructor and Description |
|---|
Options(Options o) |
RawCommand(String commandName,
List<Object> arguments,
Options options)
Builds a Raw Command.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DemoCommands.echoWithOptions(Options opts,
String input) |
Copyright © 2022 LSST. All rights reserved.