Uses of Interface
com.bc.ceres.core.runtime.ModuleRuntime
-
Packages that use ModuleRuntime Package Description com.bc.ceres.core.runtime Provides the module runtime framework. -
-
Uses of ModuleRuntime in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return ModuleRuntime Modifier and Type Method Description 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.
-