Uses of Interface
com.bc.ceres.core.runtime.RuntimeConfig
Packages that use RuntimeConfig
Package
Description
Provides the module runtime framework.
-
Uses of RuntimeConfig in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return RuntimeConfigModifier and TypeMethodDescriptionstatic RuntimeConfig
RuntimeFactory.createRuntimeConfig()
Creates a default configuration for an application composed of multiple modules.static RuntimeConfig
RuntimeContext.getConfig()
Gets the runtime configuration.ModuleContext.getRuntimeConfig()
Gets the Ceres runtime configuration.Methods in com.bc.ceres.core.runtime with parameters of type RuntimeConfigModifier and TypeMethodDescriptionstatic ProgressMonitor
RuntimeFactory.createProgressMonitor
(RuntimeConfig config) Creates a default progress monitor for the runtime.static ModuleRuntime
RuntimeFactory.createRuntime
(RuntimeConfig config, String[] commandLineArgs) Creates a new module runtime.static ModuleRuntime
RuntimeFactory.createRuntime
(RuntimeConfig config, String[] commandLineArgs, ProgressMonitor progressMonitor) Creates a new module runtime with a client supplied progress monitor.static void
RuntimeLauncher.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 RuntimeConfigConstructors in com.bc.ceres.launcher with parameters of type RuntimeConfigModifierConstructorDescriptionLauncher
(RuntimeConfig runtimeConfig, ClasspathFactory classpathFactory) Constructs a new launcher.