Uses of Interface
com.bc.ceres.core.runtime.RuntimeConfig
-
Packages that use RuntimeConfig Package Description com.bc.ceres.core.runtime Provides the module runtime framework.com.bc.ceres.launcher -
-
Uses of RuntimeConfig in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return RuntimeConfig Modifier and Type Method Description static RuntimeConfigRuntimeFactory. createRuntimeConfig()Creates a default configuration for an application composed of multiple modules.static RuntimeConfigRuntimeContext. getConfig()Gets the runtime configuration.RuntimeConfigModuleContext. getRuntimeConfig()Gets the Ceres runtime configuration.Methods in com.bc.ceres.core.runtime with parameters of type RuntimeConfig Modifier and Type Method Description static ProgressMonitorRuntimeFactory. createProgressMonitor(RuntimeConfig config)Creates a default progress monitor for the runtime.static ModuleRuntimeRuntimeFactory. createRuntime(RuntimeConfig config, String[] commandLineArgs)Creates a new module runtime.static ModuleRuntimeRuntimeFactory. createRuntime(RuntimeConfig config, String[] commandLineArgs, ProgressMonitor progressMonitor)Creates a new module runtime with a client supplied progress monitor.static voidRuntimeLauncher. launch(RuntimeConfig config, ClassLoader classLoader, String[] commandLineArgs)Launches a runtime with a context identifier given by the system propertyceres.context. -
Uses of RuntimeConfig in com.bc.ceres.launcher
Methods in com.bc.ceres.launcher that return RuntimeConfig Modifier and Type Method Description RuntimeConfigLauncher. getRuntimeConfig()Constructors in com.bc.ceres.launcher with parameters of type RuntimeConfig Constructor Description Launcher(RuntimeConfig runtimeConfig, ClasspathFactory classpathFactory)Constructs a new launcher.
-