Modifier and type | Property and description |
---|---|
protected SREBootstrap | sREBootstrap
Replies the SRE bootstrap. |
Modifier and type | Field and description |
---|---|
protected val jakarta.inject.Provider<T> | configuration
Launching configuration. |
Modifier and type | Action and description |
---|---|
protected SREBootstrap | getSREBootstrap
Replies the SRE bootstrap. |
protected boolean | isAgentType(String)
Replies if the given value is the fully qualified name of an agent's type. |
protected void | startAgentsFromConfig(SREBootstrap,BootConfig)
Start all the boot agents that are defined into the configuration. |
protected BootConfig | synchronizeCliWithBootConfig(Cli,int)
Synchronizes the command-line arguments and the SRE configuration. |
protected val sREBootstrap : SREBootstrap
This property is an alias for the action: getSREBootstrap
protected val configuration : jakarta.inject.Provider<T>
new(Provider<T>,Builder)
protected def getSREBootstrap : SREBootstrap
protected def isAgentType(String) : boolean
Class
that extends the Agent
type.
protected def startAgentsFromConfig(SREBootstrap,BootConfig)
protected def synchronizeCliWithBootConfig(Cli,int) : BootConfig
Cli
and updates the SreConfig
.