Package org.pentaho.di.core.util
Class PluginPropertyHandler.LoadXml
- java.lang.Object
-
- org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
-
- org.pentaho.di.core.util.PluginPropertyHandler.LoadXml
-
- All Implemented Interfaces:
org.apache.commons.collections.Closure
- Enclosing class:
- PluginPropertyHandler
public static class PluginPropertyHandler.LoadXml extends PluginPropertyHandler.AbstractHandler
- Author:
- Thomas Hoedl(asc042)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handle(PluginProperty property)
Handle property.-
Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
-
-
-
Constructor Detail
-
LoadXml
public LoadXml(Node node) throws IllegalArgumentException
Constructor.- Parameters:
node
- node to set.- Throws:
IllegalArgumentException
- if node is null.
-
-
Method Detail
-
handle
protected void handle(PluginProperty property)
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.
-
-