io.sarl.sre.janus.boot
Class DynamicClassLoaderRunnableSREBootstrapFactory
All Superinterfaces:
RunnableSREBootstrapFactory
class DynamicClassLoaderRunnableSREBootstrapFactory
extends java.lang.Object
implements RunnableSREBootstrapFactory
Factory for the SRE main object that is associated to a dynamic class loader. This factory create the main object inside a dynamic class loader and create all the modules of the SRE in the context of the class loader.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.13
Constructor Summary
Constructor and description
new([DynamicURLClassLoader])
Constructor.
Action Summary
Modifier and type Action and description
RunnableSREBootstrap createSreBootstrap([BQRuntimeFactory])
Constructor Details
new([DynamicURLClassLoader])
new([DynamicURLClassLoader])
Constructor.
Parameters:
dynamicClassLoader - the dynamic class loader to use.
Action Details
createSreBootstrap([BQRuntimeFactory])
def createSreBootstrap([BQRuntimeFactory]) : RunnableSREBootstrap