|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.core.util.PluginPropertyHandler
public final class PluginPropertyHandler
Nested Class Summary | |
---|---|
static class |
PluginPropertyHandler.AbstractHandler
|
static class |
PluginPropertyHandler.AppendXml
|
static class |
PluginPropertyHandler.Fail
|
static class |
PluginPropertyHandler.LoadXml
|
static class |
PluginPropertyHandler.ReadFromPreferences
|
static class |
PluginPropertyHandler.ReadFromRepository
|
static class |
PluginPropertyHandler.SaveToPreferences
|
static class |
PluginPropertyHandler.SaveToRepository
|
Method Summary | |
---|---|
static void |
assertProperties(KeyValueSet properties)
|
static String |
toXml(KeyValueSet properties)
|
static void |
walk(KeyValueSet properties,
org.apache.commons.collections.Closure handler)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void assertProperties(KeyValueSet properties) throws IllegalArgumentException
properties
- properties to test.
IllegalArgumentException
- if properties is null.public static String toXml(KeyValueSet properties) throws IllegalArgumentException
properties
- properties
IllegalArgumentException
- if properties is nullpublic static void walk(KeyValueSet properties, org.apache.commons.collections.Closure handler) throws KettleException, IllegalArgumentException
properties
- properties.handler
- handler.
KettleException
- ...
IllegalArgumentException
- if properties is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |