Package org.apache.hop.workflow.engine
Class WorkflowEngineFactory
- java.lang.Object
-
- org.apache.hop.workflow.engine.WorkflowEngineFactory
-
public class WorkflowEngineFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowEngineFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends WorkflowMeta>
IWorkflowEngine<T>createWorkflowEngine(IVariables variables, String runConfigurationName, IHopMetadataProvider metadataProvider, T workflowMeta, ILoggingObject parentLogging)
-
-
-
Method Detail
-
createWorkflowEngine
public static final <T extends WorkflowMeta> IWorkflowEngine<T> createWorkflowEngine(IVariables variables, String runConfigurationName, IHopMetadataProvider metadataProvider, T workflowMeta, ILoggingObject parentLogging) throws HopException
- Throws:
HopException
-
-