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
Command s. |
DependencyServices |
Contains dependencies for a command.
|
SimpleArguments | |
SortedTableRenderer | |
TableRenderer |
Exception | Description |
---|---|
CommandException |
An exception to be thrown by a
Command upon implementation-defined
failure conditions. |
CommandLineArgumentParseException |
Copyright © 2016. All Rights Reserved.