Interface | Description |
---|---|
Command<T> |
Defines an action that can be executed by a command.
|
CommandRegistry |
The command registry holds all command definitions and can be used to retrieve additional information on them.
|
PrettyCommand<T> |
This interface can be implemented by commands that are able to prettify their output object as a string.
|
StreamCommand |
Add the ability to work on input, output and error streams to the the
Command interface. |
Annotation Type | Description |
---|---|
Argument |
This annotation marks fields of a command to be injected with the argument value set at command invocation.
|
CommandDefinition |
This annotation marks commands to be registered by seed shell support.
|
Option |
This annotation marks fields of a command to be injected with the option value set at command invocation.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.