Uses of Class
org.pentaho.di.core.util.KeyValueSet
-
Packages that use KeyValueSet Package Description org.pentaho.di.core.util -
-
Uses of KeyValueSet in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that return KeyValueSet Modifier and Type Method Description KeyValueSet
KeyValueSet. add(KeyValue<?>... keyValues)
Add key value(s).KeyValueSet
KeyValueSet. clear()
Clear entries.KeyValueSet
AbstractStepMeta. getProperties()
KeyValueSet
PluginPropertyFactory. getProperties()
Methods in org.pentaho.di.core.util with parameters of type KeyValueSet Modifier and Type Method Description static void
PluginPropertyHandler. assertProperties(KeyValueSet properties)
static String
PluginPropertyHandler. toXml(KeyValueSet properties)
static void
PluginPropertyHandler. walk(KeyValueSet properties, org.apache.commons.collections.Closure handler)
Constructors in org.pentaho.di.core.util with parameters of type KeyValueSet Constructor Description PluginPropertyFactory(KeyValueSet properties)
Constructor.
-