org.pentaho.di.core.util
Class PluginPropertyHandler.AbstractHandler
java.lang.Object
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)
PluginPropertyHandler.AbstractHandler
public PluginPropertyHandler.AbstractHandler()
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)