All Superinterfaces:
io.bootique.command.Command
Command for running the SRE without agent at boot time.
Maven Group Identifier:
Maven Artifact Identifier:
Since:
Constructor Summary
Constructors
Constructor and description
new
Constructor with all the fields set to null
.
new(Provider<T>)
Constructor.
Action Summary
All actions Instance actions
Modifier and type
Action and description
io.bootique.command.CommandOutcome
run(Cli)
Modifier and type
Action and description
io.bootique.command.CommandOutcome
run(Cli)
Constructor Details
new
new
Constructor with all the fields set to null
. A command created with this constructor cannot be run. But is could be used for obtaining the command options.
Since:
new(Provider<T>)
new (Provider<T>)
Constructor.
Parameters:
configuration -
Action Details
run(Cli)
def run(Cli) : io.bootique.command.CommandOutcome