| CommandInfo |
A collection of metadata about a particular Command.
|
| CommandModule |
Module adapter class for working with a Command instance.
|
| CommandModuleItem<T> |
ModuleItem implementation describing an input or output of a command.
|
| ContextCommand |
A command that knows its context.
|
| DefaultCommandService |
Default service for working with Commands.
|
| DynamicCommand |
A command with a variable number of inputs and outputs.
|
| DynamicCommandInfo |
|
| Inputs |
A way to build a dynamic set of inputs, whose values are then harvested by
the preprocessing framework.
|
| InteractiveCommand |
A command intended to be run interactively.
|
| ModuleCommand |
A command which implements Module directly (rather than using the
CommandModule adapter class).
|
| UnimplementedCommand |
A command that is not yet implemented.
|