@Singleton public class RunWithoutAgentCommand extends AbstractRunCommand
configuration
Constructor and Description |
---|
RunWithoutAgentCommand()
Constructor with all the fields set to
null . |
RunWithoutAgentCommand(configuration : javax.inject.Provider<SreConfig>)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
io.bootique.command.CommandOutcome |
run(cli : io.bootique.cli.Cli) |
getSREBootstrap, isAgentType, startAgentsFromConfig, synchronizeCliWithBootConfig
public new
()
null
.
A command created with this constructor cannot be run. But is could be used for obtaining the
command options.@Inject
public new
(configuration : javax.inject.Provider<SreConfig>)
configuration
- the configuration of the tool.lock
- the lock to use for synchronizing.Copyright © 2021 the original authors or authors.