Package step.localrunner
Class LocalPlanRunner
java.lang.Object
step.core.plans.runner.DefaultPlanRunner
step.localrunner.LocalPlanRunner
- All Implemented Interfaces:
PlanRunner
Deprecated.
A runner that runs plans and functions locally.
The list of classes containing functions has to be passed to the constructor
- Author:
- Jérôme Comte
-
Field Summary
Fields inherited from class step.core.plans.runner.DefaultPlanRunner
properties
-
Constructor Summary
ConstructorDescriptionLocalPlanRunner
(Class<?>... functionClasses) Deprecated.LocalPlanRunner
(List<Class<?>> functionClasses) Deprecated.LocalPlanRunner
(Map<String, String> properties, Class<?>... functionClasses) Deprecated.Deprecated. -
Method Summary
Methods inherited from class step.core.plans.runner.DefaultPlanRunner
run, run
-
Constructor Details
-
LocalPlanRunner
Deprecated.- Parameters:
functionClasses
- functionClasses the list of Classes containing the functions (aka Keywords)
-
LocalPlanRunner
Deprecated.- Parameters:
functionClasses
- functionClasses the list of Classes containing the functions (aka Keywords)
-
LocalPlanRunner
Deprecated.- Parameters:
properties
- a map containing the properties that are usually set under Parameters in the UIfunctionClasses
- the list of Classes containing the functions (aka Keywords)
-
LocalPlanRunner
Deprecated.- Parameters:
properties
- a map containing the properties that are usually set under Parameters in the UIfunctionClasses
- the list of Classes containing the functions (aka Keywords)
-
ExecutionEngine
instead