Uses of Interface
org.pentaho.di.core.util.PluginProperty
-
Packages that use PluginProperty Package Description org.pentaho.di.core.util -
-
Uses of PluginProperty in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement PluginProperty Modifier and Type Class Description class
BooleanPluginProperty
class
IntegerPluginProperty
class
StringListPluginProperty
class
StringPluginProperty
Methods in org.pentaho.di.core.util with parameters of type PluginProperty Modifier and Type Method Description protected abstract void
PluginPropertyHandler.AbstractHandler. handle(PluginProperty property)
Handle property.protected void
PluginPropertyHandler.AppendXml. handle(PluginProperty property)
protected void
PluginPropertyHandler.Fail. handle(PluginProperty property)
protected void
PluginPropertyHandler.LoadXml. handle(PluginProperty property)
protected void
PluginPropertyHandler.ReadFromPreferences. handle(PluginProperty property)
protected void
PluginPropertyHandler.ReadFromRepository. handle(PluginProperty property)
protected void
PluginPropertyHandler.SaveToPreferences. handle(PluginProperty property)
protected void
PluginPropertyHandler.SaveToRepository. handle(PluginProperty property)
-