Interface ExtensionPointInterface


public interface ExtensionPointInterface
  • Method Details

    • 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 to
      object - 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.