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 RuntimeConfigRuntimeFactory.createRuntimeConfig()Creates a default configuration for an application composed of multiple modules.static RuntimeConfigRuntimeContext.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 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 RuntimeConfigConstructors in com.bc.ceres.launcher with parameters of type RuntimeConfigModifierConstructorDescriptionLauncher(RuntimeConfig runtimeConfig, ClasspathFactory classpathFactory) Constructs a new launcher.