Package org.pentaho.di.core.util
Class PluginPropertyHandler.AppendXml
- java.lang.Object
-
- org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
-
- org.pentaho.di.core.util.PluginPropertyHandler.AppendXml
-
- All Implemented Interfaces:
org.apache.commons.collections.Closure
- Enclosing class:
- PluginPropertyHandler
public static class PluginPropertyHandler.AppendXml extends PluginPropertyHandler.AbstractHandler
- Author:
- Thomas Hoedl(asc042)
-
-
Constructor Summary
Constructors Constructor Description AppendXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getXml()
protected void
handle(PluginProperty property)
Handle property.-
Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
-
-
-
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.
-
getXml
public String getXml()
- Returns:
- XML string.
-
-