Package org.apache.hop.execution
Class IExecutionInfoLocation.ExecutionInfoLocationObjectFactory
- java.lang.Object
-
- org.apache.hop.execution.IExecutionInfoLocation.ExecutionInfoLocationObjectFactory
-
- All Implemented Interfaces:
IHopMetadataObjectFactory
- Enclosing interface:
- IExecutionInfoLocation
public static final class IExecutionInfoLocation.ExecutionInfoLocationObjectFactory 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 ExecutionInfoLocationObjectFactory()
-
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
-
-