public class ActionLoader extends GenericLoader<Action>
ab
Modifier and Type | Method and Description |
---|---|
void |
exec(PipelineData pipelineData,
String name)
Attempts to load and execute the external action.
|
static ActionLoader |
getInstance()
The method through which this class is accessed.
|
getAssembler, getAssembler, getBasePackage, getCacheSize, getPackages, reload, setReload
public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Action>
pipelineData
- Turbine information.name
- Name of object that will execute the action.Exception
- a generic exception.public static ActionLoader getInstance()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.