Class TransformCreatedXp
- java.lang.Object
-
- org.apache.hop.pipeline.engines.local.transaction.TransformCreatedXp
-
- All Implemented Interfaces:
IExtensionPoint<TransformInitThread>
@ExtensionPoint(id="TransformCreatedXp", extensionPointId="TransformBeforeInitialize", description="If a transform is being created and before it\'s initialized we copy the connection group") public class TransformCreatedXp extends Object implements IExtensionPoint<TransformInitThread>
-
-
Constructor Summary
Constructors Constructor Description TransformCreatedXp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcallExtensionPoint(ILogChannel log, IVariables variables, TransformInitThread initThread)
-
-
-
Method Detail
-
callExtensionPoint
public void callExtensionPoint(ILogChannel log, IVariables variables, TransformInitThread initThread) throws HopException
- Specified by:
callExtensionPointin interfaceIExtensionPoint<TransformInitThread>- Throws:
HopException
-
-