• Prev Type
  • Next Type

io.sarl.apputils.bootiqueapp.batchcompiler
Class BootiqueBatchCompilerMain
class BootiqueBatchCompilerMain
extends BootiqueMain
Class that implements the standard main function for running a SARL application with bootique and SARL batch compiler modules.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
bootiquebatchcompiler
Since:
0.12
Property Summary
Inherited: options
Field Summary
Constructor Summary
Constructor and description
new(BQModuleProvider*)
Constructor.
new(boolean,BQModuleProvider*)
Constructor.
Action Summary
Modifier and type Action and description
protected io.bootique.BQRuntime createRuntime(String*)
Constructor Details
new(BQModuleProvider*)
new(BQModuleProvider*)
Constructor.
Parameters:
providers - the providers of module that injects application-specific components.
new(boolean,BQModuleProvider*)
new(boolean,BQModuleProvider*)
Constructor.
Parameters:
experimental - indicates if the application is experimental.
providers - the providers of module that injects application-specific components.
Action Details
createRuntime(String*)
protected def createRuntime(String*) : io.bootique.BQRuntime