Package com.bc.ceres.core.runtime
Class RuntimeLauncher
- java.lang.Object
-
- com.bc.ceres.core.runtime.RuntimeLauncher
-
-
Constructor Summary
Constructors Constructor Description RuntimeLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
launch(RuntimeConfig config, ClassLoader classLoader, String[] commandLineArgs)
Launches a runtime with a context identifier given by the system propertyceres.context
.
-
-
-
Method Detail
-
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:
RuntimeFactory.createRuntime(com.bc.ceres.core.runtime.RuntimeConfig, java.lang.String[])
-
-