io.sarl.sre.janus.boot.configs
Class SreConfigModule
All Superinterfaces:
io.bootique.di.BQModule
class SreConfigModule
extends java.lang.Object
implements io.bootique.di.BQModule
Module for creating and configuring the general SRE configuration.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.9
Action Summary
Modifier and type Action and description
void configure(Binder)
SreConfig provideSreConfig(ConfigurationFactory,Injector)
Replies the instance of the SRE configuration.
Action Details
configure(Binder)
def configure(Binder)
provideSreConfig(ConfigurationFactory,Injector)
def provideSreConfig(ConfigurationFactory,Injector) : SreConfig
Replies the instance of the SRE configuration.
Parameters:
configFactory - accessor to the bootique factory.
injector - the current injector.
Returns:
the path configuration accessor.