Package step.core.plans.runner
Class DefaultPlanRunner
java.lang.Object
step.core.plans.runner.DefaultPlanRunner
- All Implemented Interfaces:
PlanRunner
- Direct Known Subclasses:
LocalPlanRunner
Deprecated.
A simple runner that runs plans locally and doesn't support functions
- Author:
- Jérôme Comte
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Runs a plan instanceDeprecated.Runs a plan instance using the provided execution parameters
-
Field Details
-
properties
Deprecated.
-
-
Constructor Details
-
DefaultPlanRunner
public DefaultPlanRunner()Deprecated. -
DefaultPlanRunner
Deprecated.
-
-
Method Details
-
run
Deprecated.Description copied from interface:PlanRunner
Runs a plan instance- Specified by:
run
in interfacePlanRunner
- Parameters:
plan
- the plan to be run- Returns:
- an handle to the execution result
-
run
Deprecated.Description copied from interface:PlanRunner
Runs a plan instance using the provided execution parameters- Specified by:
run
in interfacePlanRunner
- Parameters:
plan
- the plan to be runexecutionParameters
- the execution parameters to be used for the execution. These parameters are equivalent to the parameters selected on the execution screen of the STEP UI- Returns:
- an handle to the execution result
-
ExecutionEngine
instead