public abstract static class PluginPropertyHandler.AbstractHandler extends Object implements org.apache.commons.collections.Closure
Constructor and Description |
---|
AbstractHandler() |
public final void execute(Object property) throws IllegalArgumentException, org.apache.commons.collections.FunctorException
execute
in interface org.apache.commons.collections.Closure
IllegalArgumentException
- if property is null.org.apache.commons.collections.FunctorException
- if KettleException in handle thrown.Closure.execute(java.lang.Object)