public interface ExtensionPointInterface
Modifier and Type | Method and Description |
---|---|
void |
callExtensionPoint(LogChannelInterface log,
Object object)
This method is called by the Kettle code
|
void callExtensionPoint(LogChannelInterface log, Object object) throws KettleException
log
- the logging channel to log debugging information toobject
- The subject object that is passed to the plugin codeKettleException
- In case the plugin decides that an error has occurred and the parent process should stop.