Package org.apache.hop.pipeline.config
Class PipelineRunConfigurationMetadataObjectFactory
- java.lang.Object
-
- org.apache.hop.pipeline.config.PipelineRunConfigurationMetadataObjectFactory
-
- All Implemented Interfaces:
IHopMetadataObjectFactory
public class PipelineRunConfigurationMetadataObjectFactory extends Object implements IHopMetadataObjectFactory
-
-
Constructor Summary
Constructors Constructor Description PipelineRunConfigurationMetadataObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateObject(String id, Object parentObject)StringgetObjectId(Object object)
-
-
-
Method Detail
-
createObject
public Object createObject(String id, Object parentObject) throws HopException
- Specified by:
createObjectin interfaceIHopMetadataObjectFactory- Throws:
HopException
-
getObjectId
public String getObjectId(Object object) throws HopException
- Specified by:
getObjectIdin interfaceIHopMetadataObjectFactory- Throws:
HopException
-
-