Class StepRunner
- java.lang.Object
-
- de.codecentric.reedelk.platform.lifecycle.StepRunner
-
public class StepRunner extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(long moduleId)static StepRunnerget(org.osgi.framework.BundleContext context)static StepRunnerget(org.osgi.framework.BundleContext context, ModulesManager modulesManager)static StepRunnerget(org.osgi.framework.BundleContext context, ModulesManager modulesManager, ComponentRegistry componentRegistry)static StepRunnerget(org.osgi.framework.BundleContext context, ModulesManager modulesManager, ComponentRegistry componentRegistry, de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, de.codecentric.reedelk.runtime.system.api.SystemProperty systemPropertyService)static StepRunnerget(org.osgi.framework.BundleContext context, ModulesManager modulesManager, de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService)StepRunnernext(Step<?,?> stepToAdd)
-
-
-
Method Detail
-
get
public static StepRunner get(org.osgi.framework.BundleContext context, ModulesManager modulesManager, ComponentRegistry componentRegistry, de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, de.codecentric.reedelk.runtime.system.api.SystemProperty systemPropertyService)
-
get
public static StepRunner get(org.osgi.framework.BundleContext context, ModulesManager modulesManager, de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService)
-
get
public static StepRunner get(org.osgi.framework.BundleContext context, ModulesManager modulesManager, ComponentRegistry componentRegistry)
-
get
public static StepRunner get(org.osgi.framework.BundleContext context, ModulesManager modulesManager)
-
get
public static StepRunner get(org.osgi.framework.BundleContext context)
-
next
public StepRunner next(Step<?,?> stepToAdd)
-
execute
public void execute(long moduleId)
-
-