Uses of Interface
org.apache.hop.core.util.IPluginProperty
-
Packages that use IPluginProperty Package Description org.apache.hop.core.util -
-
Uses of IPluginProperty in org.apache.hop.core.util
Classes in org.apache.hop.core.util that implement IPluginProperty Modifier and Type Class Description classBooleanPluginPropertyclassIntegerPluginPropertyclassStringListPluginPropertyclassStringPluginPropertyMethods in org.apache.hop.core.util with parameters of type IPluginProperty Modifier and Type Method Description protected abstract voidPluginPropertyHandler.AbstractHandler. handle(IPluginProperty property)Handle property.protected voidPluginPropertyHandler.AppendXml. handle(IPluginProperty property)protected voidPluginPropertyHandler.Fail. handle(IPluginProperty property)protected voidPluginPropertyHandler.LoadXml. handle(IPluginProperty property)protected voidPluginPropertyHandler.ReadFromPreferences. handle(IPluginProperty property)protected voidPluginPropertyHandler.SaveToPreferences. handle(IPluginProperty property)
-