META-INF/services/io.sarl.lang.core.SREBootstrap
. This file contains a single line that is the fully qualified name of the SRE's implementation.
Modifier and type | Action and description |
---|---|
static SREBootstrap | getBootstrap Find and reply the current SRE. |
static java.lang.Iterable<T> | getBootstrappedLibraries Replies all the libraries that contains a SRE bootstrap. |
static java.lang.Iterable<T> | getServiceLibraries(String) Replies all the libraries that contains a Java service for the given service name. |
static java.util.ServiceLoader<S> | getServiceLoader Replies all the installed SRE into the class path. |
static java.util.ServiceLoader<S> | getServiceLoader(boolean) Replies all the installed SRE into the class path. |
static void | main(String) Launch the SRE from a declared bootstrap within the JRE services. |
static void | resetServiceLoader Reset the service loader for the SRE bootstrap. |
static void | setBootstrap(SREBootstrap) Change the current SRE. |
def getBootstrap : SREBootstrap
def getBootstrappedLibraries : java.lang.Iterable<T>
def getServiceLibraries(String) : java.lang.Iterable<T>
def getServiceLoader : java.util.ServiceLoader<S>
def getServiceLoader(boolean) : java.util.ServiceLoader<S>
def main(String)throws java.lang.Exception
def resetServiceLoader
def setBootstrap(SREBootstrap)