Package org.apache.hop.pipeline
Class PipelineMetaFactoryImpl
- java.lang.Object
-
- org.apache.hop.pipeline.PipelineMetaFactoryImpl
-
- All Implemented Interfaces:
IPipelineMetaFactory
public class PipelineMetaFactoryImpl extends Object implements IPipelineMetaFactory
-
-
Constructor Summary
Constructors Constructor Description PipelineMetaFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineMetacreate(Node pipelineNode, IHopMetadataProvider metadataProvider)
-
-
-
Method Detail
-
create
public PipelineMeta create(Node pipelineNode, IHopMetadataProvider metadataProvider) throws HopXmlException, HopMissingPluginsException
- Specified by:
createin interfaceIPipelineMetaFactory- Throws:
HopXmlExceptionHopMissingPluginsException
-
-