public abstract static class PluginPropertyHandler.AbstractHandler extends Object implements org.apache.commons.collections.Closure
| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Object property) |
protected abstract void |
handle(PluginProperty property)
Handle property.
|
public final void execute(Object property) throws IllegalArgumentException, org.apache.commons.collections.FunctorException
execute in interface org.apache.commons.collections.ClosureIllegalArgumentException - if property is null.org.apache.commons.collections.FunctorException - if KettleException in handle thrown.Closure.execute(java.lang.Object)protected abstract void handle(PluginProperty property) throws KettleException
property - property.KettleException - ...Copyright © 2018 Hitachi Vantara. All rights reserved.