Package org.apache.hop.execution.sampler
Class IExecutionDataSampler.ExecutionDataSamplerObjectFactory
- java.lang.Object
-
- org.apache.hop.execution.sampler.IExecutionDataSampler.ExecutionDataSamplerObjectFactory
-
- All Implemented Interfaces:
IHopMetadataObjectFactory
- Enclosing interface:
- IExecutionDataSampler<Store extends IExecutionDataSamplerStore>
public static final class IExecutionDataSampler.ExecutionDataSamplerObjectFactory extends Object implements IHopMetadataObjectFactory
This object factory is needed to instantiate the correct plugin class based on the value of the Object ID which is simply the object ID.
-
-
Constructor Summary
Constructors Constructor Description ExecutionDataSamplerObjectFactory()
-
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
-
-