Package org.pentaho.di.core.util
Class PluginPropertyHandler
java.lang.Object
org.pentaho.di.core.util.PluginPropertyHandler
- Author:
- Thomas Hoedl(asc042)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertProperties
(KeyValueSet properties) static String
toXml
(KeyValueSet properties) static void
walk
(KeyValueSet properties, org.apache.commons.collections.Closure handler)
-
Method Details
-
assertProperties
- Parameters:
properties
- properties to test.- Throws:
IllegalArgumentException
- if properties is null.
-
toXml
- Parameters:
properties
- properties- Returns:
- XML String
- Throws:
IllegalArgumentException
- if properties is null
-
walk
public static void walk(KeyValueSet properties, org.apache.commons.collections.Closure handler) throws org.pentaho.di.core.exception.KettleException, IllegalArgumentException - Parameters:
properties
- properties.handler
- handler.- Throws:
org.pentaho.di.core.exception.KettleException
- ...IllegalArgumentException
- if properties is null.
-