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 RuntimeConfig
RuntimeFactory. createRuntimeConfig()
Creates a default configuration for an application composed of multiple modules.static RuntimeConfig
RuntimeContext. getConfig()
Gets the runtime configuration.RuntimeConfig
ModuleContext. getRuntimeConfig()
Gets the Ceres runtime configuration.Methods in com.bc.ceres.core.runtime with parameters of type RuntimeConfig Modifier and Type Method Description static 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 RuntimeConfig Modifier and Type Method Description RuntimeConfig
Launcher. getRuntimeConfig()
Constructors in com.bc.ceres.launcher with parameters of type RuntimeConfig Constructor Description Launcher(RuntimeConfig runtimeConfig, ClasspathFactory classpathFactory)
Constructs a new launcher.
-