Modifier and type | Property and description |
---|---|
BootConfig | boot Replies the boot configuration. |
java.lang.String | classpath |
ContextsConfig | contexts Replies the SRE context repository's configuration. |
ServicesConfig | services Replies the SRE services' configuration. |
Modifier and type | Field and description |
---|---|
public static val java.lang.String | CLASSPATH_NAME Name of the property that contains the classpath. |
public static val java.lang.String | DEFAULT_PROGRAM_NAME Default name of the program. |
public static val java.lang.String | PREFIX Prefix for the configuration entries of the modules. |
Modifier and type | Action and description |
---|---|
BootConfig | getBoot Replies the boot configuration. |
java.lang.String | getClasspath |
static SreConfig | getConfiguration(ConfigurationFactory) Replies the configuration for the SARL run-time environment. |
ContextsConfig | getContexts Replies the SRE context repository's configuration. |
ServicesConfig | getServices Replies the SRE services' configuration. |
void | setBoot(BootConfig) Change the validator configuration. |
void | setClasspath(String) Change the class path. |
void | setContexts(ContextsConfig) Change the context repository's configuration. |
void | setServices(ServicesConfig) Change the services' configuration. |
var boot : BootConfig
This property is an alias for the action: getBoot
var classpath : java.lang.String
This property is an alias for the action: getClasspath
var contexts : ContextsConfig
This property is an alias for the action: getContexts
var services : ServicesConfig
This property is an alias for the action: getServices
public static val CLASSPATH_NAME : java.lang.String = "sre.classpath"
public static val DEFAULT_PROGRAM_NAME : java.lang.String = "janus"
public static val PREFIX : java.lang.String = "sre"
def getBoot : BootConfig
def getClasspath : java.lang.String
def getConfiguration(ConfigurationFactory) : SreConfig
def getContexts : ContextsConfig
def getServices : ServicesConfig
def setBoot(BootConfig)
def setClasspath(String)
def setContexts(ContextsConfig)
def setServices(ServicesConfig)