public class LocalPlanRunner extends DefaultPlanRunner implements PlanRunner
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalPlanRunner.LocalFunction |
| Modifier and Type | Field and Description |
|---|---|
protected List<Class<?>> |
functionClasses |
protected Map<String,String> |
properties |
| Constructor and Description |
|---|
LocalPlanRunner(Class<?>... functionClasses) |
LocalPlanRunner(List<Class<?>> functionClasses) |
LocalPlanRunner(Map<String,String> properties,
Class<?>... functionClasses) |
LocalPlanRunner(Map<String,String> properties,
List<Class<?>> functionClasses) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionContext |
buildExecutionContext() |
run, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrun, runpublic LocalPlanRunner(Class<?>... functionClasses)
functionClasses - functionClasses the list of Classes containing the functions (aka Keywords)public LocalPlanRunner(List<Class<?>> functionClasses)
functionClasses - functionClasses the list of Classes containing the functions (aka Keywords)public LocalPlanRunner(Map<String,String> properties, Class<?>... functionClasses)
properties - a map containing the properties that are usually set under Parameters in the UIfunctionClasses - the list of Classes containing the functions (aka Keywords)protected ExecutionContext buildExecutionContext()
buildExecutionContext in class DefaultPlanRunnerCopyright © 2019. All rights reserved.