Package org.seedstack.seed.command
-
Interface Summary 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 theCommandinterface. -
Annotation Types Summary 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.