| AbstractAdminCommand |
The class is the base class for any admin command implementation.
|
| AbstractCommandStep |
The class is the base class for any command step implementation.
|
| AbstractTaskCommand |
The class is the base class for any task command implementation.
|
| CommandNotification |
AppNotification class defines the event data passed back by AppManagement
implementation during asynchronous operations such installation or uninstallation.
|
| CommandProvider |
An abstract class any command provider must extend.
|
| CommandResultImpl |
Provide a basic implementation for CommandResult.
|
| SimpleAdminCommand |
A simple implementation of AdminCommand.
|
| SimpleCommandProvider |
The class provides a mechanism for command providers to implement multiple
admin commands easily.
|
| TaskCommandResultImpl |
A default TaskCommandResult implementation.
|