io.sarl.sre.janus.boot
Class StandardBQRuntimeFactory
All Superinterfaces:
BQRuntimeFactory
class StandardBQRuntimeFactory
extends java.lang.Object
implements BQRuntimeFactory
Standard factory for a Bootique runtime. This factory create the bootique instance with the given modules if they are provided. It also enables the automatic loading of the modules.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.13
Action Summary
Modifier and type Action and description
io.bootique.BQRuntime createRuntime(Bootique,Class<T>,String*)
Action Details
createRuntime(Bootique,Class<T>,String*)
def createRuntime(Bootique,Class<T>,String*) : io.bootique.BQRuntime