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 classBooleanPluginPropertyclassIntegerPluginPropertyclassStringListPluginPropertyclassStringPluginPropertyMethods in org.pentaho.di.core.util with parameters of type PluginProperty Modifier and Type Method Description protected abstract voidPluginPropertyHandler.AbstractHandler. handle(PluginProperty property)Handle property.protected voidPluginPropertyHandler.AppendXml. handle(PluginProperty property)protected voidPluginPropertyHandler.Fail. handle(PluginProperty property)protected voidPluginPropertyHandler.LoadXml. handle(PluginProperty property)protected voidPluginPropertyHandler.ReadFromPreferences. handle(PluginProperty property)protected voidPluginPropertyHandler.ReadFromRepository. handle(PluginProperty property)protected voidPluginPropertyHandler.SaveToPreferences. handle(PluginProperty property)protected voidPluginPropertyHandler.SaveToRepository. handle(PluginProperty property)
-