io.sarl.sre.janus.boot.commands
Class RunWithoutAgentCommand
All Superinterfaces:
io.bootique.command.Command
@javax.inject.Singleton
class RunWithoutAgentCommand
extends AbstractRunCommand
Command for running the SRE without agent at boot time.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.9
Property Summary
Inherited: sREBootstrap
Field Summary
Inherited: configuration
Constructor Summary
Constructor and description
new
Constructor with all the fields set to null.
new(Provider<T>)
Constructor.
Action Summary
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:
0.12
new(Provider<T>)
new(Provider<T>)
Constructor.
Parameters:
configuration - the configuration of the tool.
Action Details
run(Cli)
def run(Cli) : io.bootique.command.CommandOutcome