org.pentaho.di.core.util
Class PluginPropertyHandler.AbstractHandler

java.lang.Object
  extended by org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
All Implemented Interfaces:
org.apache.commons.collections.Closure
Direct Known Subclasses:
PluginPropertyHandler.AppendXml, PluginPropertyHandler.Fail, PluginPropertyHandler.LoadXml, PluginPropertyHandler.ReadFromPreferences, PluginPropertyHandler.ReadFromRepository, PluginPropertyHandler.SaveToPreferences, PluginPropertyHandler.SaveToRepository
Enclosing class:
PluginPropertyHandler

public abstract static class PluginPropertyHandler.AbstractHandler
extends Object
implements org.apache.commons.collections.Closure

Author:
Thomas Hoedl(asc042)

Constructor Summary
PluginPropertyHandler.AbstractHandler()
           
 
Method Summary
 void execute(Object property)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPropertyHandler.AbstractHandler

public PluginPropertyHandler.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)