| Interface | Description |
|---|---|
| Arguments | |
| Command |
Represents a command on the command line.
|
| CommandContext | |
| CommandRegistry | |
| Console |
| Class | Description |
|---|---|
| AbstractCommand |
A partial implementation of
Command that most implementations should
extend. |
| AbstractStateNotifyingCommand |
Abstract
Command implementation including all the default functionality of
AbstractCommand, but also contains an ActionNotifier
so that concrete implementations of this class can use this to provide updates with regards
to their runtime status to other components. |
| CommandContextFactory | |
| CommandContextImpl | |
| CommandRegistryImpl |
Handles registration and un-registration of
Commands. |
| SimpleArguments | |
| TableRenderer |
| Exception | Description |
|---|---|
| CommandException |
An exception to be thrown by a
Command upon implementation-defined
failure conditions. |
Copyright © 2013. All Rights Reserved.