Package org.pentaho.di.core.extension
Interface ExtensionPointInterface
public interface ExtensionPointInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
callExtensionPoint
(LogChannelInterface log, Object object) This method is called by the Kettle code
-
Method Details
-
callExtensionPoint
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.
-