Interface | Description |
---|---|
CommandRegistrar |
Registers commands.
|
CommandRegistry |
Registry for commands.
|
Class | Description |
---|---|
CommandNameCompleter |
Completer for command names. |
CommandRegisteredEvent |
Event fired once a command has been registered.
|
CommandRegistrarSupport |
Support for
CommandRegistrar implementations. |
CommandRegistryImpl |
CommandRegistry component. |
CommandRemovedEvent |
Event fired once a command has been removed.
|
CommandsCompleter |
Command path and argument completer.
|
Exception | Description |
---|---|
DuplicateCommandException |
Thrown to indicate a duplicate command registration attempt has failed.
|
NoSuchCommandException |
Thrown to indicate that a requested named-command was not found.
|
Copyright © 2008-2013 Sonatype. All Rights Reserved.