io.sarl.sre.janus.boot
Class Boot
class Boot
extends java.lang.Object
This is the class that permits to boot programmatically the SRE platform with the Bootique API.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.7.0
Action Summary
Modifier and type Action and description
static RunnableSREBootstrap createMainObject
Create the instance of the bootique main launcher.
static java.lang.String getDefaultSreProgramName
Replies the default name of the program.
static void main(String)
Main program.
static int run(String*)
Main program.
Action Details
createMainObject
def createMainObject : RunnableSREBootstrap
Create the instance of the bootique main launcher.
Returns:
the main launcher.
getDefaultSreProgramName
def getDefaultSreProgramName : java.lang.String
Replies the default name of the program.
Returns:
the default name of the program.
main(String)
def main(String)
Main program.
Parameters:
args - the command line arguments.
run(String*)
def run(String*) : int
Main program.
Parameters:
args - the command line arguments.
Returns:
the exit code.