Class PluginPropertyHandler.AbstractHandler

    • Constructor Detail

      • AbstractHandler

        public AbstractHandler()
    • Method Detail

      • execute

        public final void execute​(Object property)
                           throws IllegalArgumentException,
                                  org.apache.commons.collections.FunctorException
        Specified by:
        execute in interface org.apache.commons.collections.Closure
        Throws:
        IllegalArgumentException - if property is null.
        org.apache.commons.collections.FunctorException - if KettleException in handle thrown.
        See Also:
        Closure.execute(java.lang.Object)
      • handle

        protected abstract void handle​(PluginProperty property)
                                throws org.pentaho.di.core.exception.KettleException
        Handle property.
        Parameters:
        property - property.
        Throws:
        org.pentaho.di.core.exception.KettleException - ...