- Command - Annotation Type in org.lsst.ccs.command.annotations
-
Annotation for commands.
- Command.CommandCategory - Enum in org.lsst.ccs.command.annotations
-
- Command.CommandType - Enum in org.lsst.ccs.command.annotations
-
- CommandArgumentMatchException - Exception in org.lsst.ccs.command
-
An exception thrown when a command Argument does not match the provided values.
- CommandArgumentMatchException(String) - Constructor for exception org.lsst.ccs.command.CommandArgumentMatchException
-
- CommandArgumentTypeException - Exception in org.lsst.ccs.command
-
An exception thrown when a command Argument does not match the type.
- CommandArgumentTypeException(String, Exception) - Constructor for exception org.lsst.ccs.command.CommandArgumentTypeException
-
- CommandClient - Interface in org.lsst.ccs.command.remote
-
A CommandSet which acts as a proxy for a remote CommandServer.
- CommandDictionaryBuilder - Class in org.lsst.ccs.command
-
This class consists of a CommandDictionary plus a map of which methods should
be called as a result of each command.
- CommandDictionaryBuilder(Class) - Constructor for class org.lsst.ccs.command.CommandDictionaryBuilder
-
Build a command dictionary for the given class.
- CommandInvocationException - Exception in org.lsst.ccs.command
-
An exception thrown when a command invocation fails, either because the
command cannot be invoked, or because it was invoked and generated an exception.
- CommandInvocationException(String, Throwable, Object...) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandInvocationException(String, Object...) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandInvocationException(String, Throwable) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandInvocationException(InvocationTargetException) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandResponse - Class in org.lsst.ccs.command.remote
-
The result of invoking a command on a remote server.
- CommandResponse(Serializable) - Constructor for class org.lsst.ccs.command.remote.CommandResponse
-
- CommandResponse(CommandInvocationException) - Constructor for class org.lsst.ccs.command.remote.CommandResponse
-
- CommandServer - Class in org.lsst.ccs.command.remote
-
A command server which waits to receive commands from a remote client
- CommandServer(CommandSet) - Constructor for class org.lsst.ccs.command.remote.CommandServer
-
- CommandSet - Interface in org.lsst.ccs.command
-
A CommandSet is a combination of a Dictionary plus the ability to
invoke a command.
- CommandSetBuilder - Class in org.lsst.ccs.command
-
Takes a single object and builds a command set from its annotated methods.
- CommandSetBuilder() - Constructor for class org.lsst.ccs.command.CommandSetBuilder
-
- complete(String, int, List<CharSequence>) - Method in interface org.lsst.ccs.command.DictionaryCompleter
-
Generate a list of possible command completions.
- CompositeCommandDictionary - Class in org.lsst.ccs.command
-
A command dictionary to which other command dictionaries can be added and
removed.
- CompositeCommandDictionary() - Constructor for class org.lsst.ccs.command.CompositeCommandDictionary
-
- CompositeCommandSet - Class in org.lsst.ccs.command
-
A class which can combine multiple command sets to form one combined command set.
- CompositeCommandSet() - Constructor for class org.lsst.ccs.command.CompositeCommandSet
-
- connect(int) - Method in class org.lsst.ccs.command.demo.RCMReg
-
- containsCommand(BasicCommand) - Method in class org.lsst.ccs.command.CompositeCommandDictionary
-
- containsCommand(BasicCommand) - Method in interface org.lsst.ccs.command.Dictionary
-
Test if a given command is present in a dictionary.
- containsPath(String) - Method in class org.lsst.ccs.command.RouteSelectionCommandSet
-
- get(RouteSelectionCommandSet.SetGetTargetCommands) - Method in class org.lsst.ccs.command.RouteSelectionCommandSet.BuiltIns
-
- getActiveRoute() - Method in class org.lsst.ccs.command.RouteSelectionCommandSet
-
- getAliases() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Get the array of aliases for this command.
- getAllowedValues() - Method in interface org.lsst.ccs.command.DictionaryArgument
-
Get the list of allowed values for this DictionaryArgument.
- getArgument(int) - Method in interface org.lsst.ccs.command.BasicCommand
-
- getArgument(int) - Method in class org.lsst.ccs.command.RawCommand
-
Get a specific command argument
- getArgument(int) - Method in class org.lsst.ccs.command.TokenizedCommand
-
Get a specific command argument
- getArgumentCount() - Method in interface org.lsst.ccs.command.BasicCommand
-
Get the number of arguments associated with this command
- getArgumentCount() - Method in class org.lsst.ccs.command.RawCommand
-
Get the number of arguments associated with this command
- getArgumentCount() - Method in class org.lsst.ccs.command.TokenizedCommand
-
Get the number of arguments associated with this command
- getArguments() - Method in interface org.lsst.ccs.command.BasicCommand
-
- getArguments() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
- getArguments() - Method in class org.lsst.ccs.command.RawCommand
-
- getArguments() - Method in class org.lsst.ccs.command.TokenizedCommand
-
- getCategory() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Get the CommandCategory for this DictionaryCommand.
- getCommand() - Method in interface org.lsst.ccs.command.BasicCommand
-
Get the root command name (the zeroth token)
- getCommand() - Method in class org.lsst.ccs.command.RawCommand
-
Get the root command name (the zeroth token)
- getCommand() - Method in class org.lsst.ccs.command.TokenizedCommand
-
Get the root command name (the zeroth token)
- getCommandDictionary() - Method in class org.lsst.ccs.command.CommandDictionaryBuilder
-
Get the command dictionary.
- getCommandDictionary() - Method in interface org.lsst.ccs.command.CommandSet
-
- getCommandDictionary() - Method in class org.lsst.ccs.command.CompositeCommandSet
-
Get the dictionary associated with this command set.
- getCommandDictionary() - Method in class org.lsst.ccs.command.RoutingCommandSet
-
- getCommandName() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Get the name of the DictionaryCommand.
- getCommandSet() - Method in class org.lsst.ccs.command.HelpGenerator
-
Return the command set containing the HelpCommands themselves.
- getCommandSet() - Method in class org.lsst.ccs.command.remote.CommandServer
-
- getCommandSets() - Method in class org.lsst.ccs.command.CompositeCommandSet
-
Returns the list of command sets.
- getCommandSetsForRoute(String) - Method in class org.lsst.ccs.command.RouteSelectionCommandSet
-
Return all the command sets below root
- getDefaultValue() - Method in interface org.lsst.ccs.command.DictionaryArgument
-
- getDescription() - Method in interface org.lsst.ccs.command.DictionaryArgument
-
- getDescription() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Get the description for this DictionaryCommand.
- getDictionaries() - Method in class org.lsst.ccs.command.CompositeCommandDictionary
-
- getDictionaryCompleter() - Method in class org.lsst.ccs.command.CompositeCommandDictionary
-
- getDictionaryCompleter() - Method in interface org.lsst.ccs.command.Dictionary
-
Get the DictionaryCompleter for this Dictionary.
- getHelpGenerator() - Method in class org.lsst.ccs.command.CompositeCommandDictionary
-
- getHelpGenerator() - Method in interface org.lsst.ccs.command.Dictionary
-
Get the DictionaryHelpGenerator for this Dictionary.
- getLevel() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Get the level for this DictionaryCommand.
- getLevelForType(Command.CommandType) - Method in class org.lsst.ccs.command.CompositeCommandDictionary
-
- getLevelForType(Command.CommandType) - Method in interface org.lsst.ccs.command.Dictionary
-
Get the visibility level for this dictionary for the given CommandType.
- getName() - Method in interface org.lsst.ccs.command.DictionaryArgument
-
- getResult() - Method in class org.lsst.ccs.command.remote.CommandResponse
-
- getRoutes() - Method in class org.lsst.ccs.command.RouteSelectionCommandSet
-
Return a list of routes and their associated RoutingCommandSet
- getSetAllowedValues() - Method in class org.lsst.ccs.command.RouteSelectionCommandSet.BuiltIns
-
- getSimpleType() - Method in interface org.lsst.ccs.command.DictionaryArgument
-
Get the simple type of this parameter
- getTemperature(int) - Method in class org.lsst.ccs.command.demo.DemoCommands
-
- getTimeout() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Returns the default timeout value associated with this command.
- getType() - Method in interface org.lsst.ccs.command.DictionaryArgument
-
Get the type of this parameter
- getType() - Method in interface org.lsst.ccs.command.DictionaryCommand
-
Get the CommandType for this DictionaryCommand.
- valueOf(String) - Static method in enum org.lsst.ccs.command.annotations.Command.CommandCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.annotations.Command.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.demo.DemoCommands.Day
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.demo.DemoCommands.Holiday
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.demo.DemoCommands.Number
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.demo.OverloadingCommands.What
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.demo.OverloadingCommands.When
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.command.RouteSelectionCommandSet.SetGetTargetCommands
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.shell.JLineShell.SetCommands
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.lsst.ccs.command.annotations.Command.CommandCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.annotations.Command.CommandType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.demo.DemoCommands.Day
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.demo.DemoCommands.Holiday
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.demo.DemoCommands.Number
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.demo.OverloadingCommands.What
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.demo.OverloadingCommands.When
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.command.RouteSelectionCommandSet.SetGetTargetCommands
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.shell.JLineShell.SetCommands
-
Returns an array containing the constants of this enum type, in
the order they are declared.