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
- Author:
- Thomas Hoedl(asc042)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetXml()
protected void
handle
(PluginProperty property) Handle property.Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
Constructor Details
-
AppendXml
public AppendXml()
-
-
Method Details
-
handle
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.
-
getXml
- Returns:
- XML string.
-