Package com.bc.ceres.core.runtime
Class RuntimeLauncher
java.lang.Object
com.bc.ceres.core.runtime.RuntimeLauncher
Provides a
launch
method to launch a runtime.
This class provides a default application entry point-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
launch
(RuntimeConfig config, ClassLoader classLoader, String[] commandLineArgs) Launches a runtime with a context identifier given by the system propertyceres.context
.
-
Constructor Details
-
RuntimeLauncher
public RuntimeLauncher()
-
-
Method Details
-
launch
public static void launch(RuntimeConfig config, ClassLoader classLoader, String[] commandLineArgs) throws CoreException Launches a runtime with a context identifier given by the system propertyceres.context
.- Parameters:
config
- the configurationclassLoader
- the bootstrap class loader to be usedcommandLineArgs
- the command line arguments passed to the application- Throws:
CoreException
- if an error occurs during launch- See Also:
-