Package org.pentaho.di.core.extension
Interface ExtensionPointInterface
-
public interface ExtensionPointInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callExtensionPoint(LogChannelInterface log, Object object)
This method is called by the Kettle code
-
-
-
Method Detail
-
callExtensionPoint
void callExtensionPoint(LogChannelInterface log, Object object) throws KettleException
This method is called by the Kettle code- Parameters:
log
- the logging channel to log debugging information toobject
- The subject object that is passed to the plugin code- Throws:
KettleException
- In case the plugin decides that an error has occurred and the parent process should stop.
-
-