Interface | Description |
---|---|
AdminCommand |
Defines the base interface for all the admin commands.
|
CommandResult |
An interface that defines the command execution result.
|
CommandStep |
Represents a step in a TaskCommand.
|
TaskCommand |
Defines the interface for a task oriented admin command.
|
TaskCommandResult |
A task command may optionally set the result for individual command.
|
Class | Description |
---|---|
CommandHistory | |
CommandMgr |
Main interface for the command framework component.
|
CommandMgrInitializer |
Initialize proper implementation of the commandMgr depending on specified
command execution environment.
|
Exception | Description |
---|---|
CommandException |
The base class for all the exceptions define in command framework component.
|
CommandLoadException | |
CommandMgrInitException | |
CommandNotFoundException | |
CommandValidationException | |
InvalidParameterNameException | |
InvalidParameterValueException | |
RequiredParameterNotFoundException |