Package org.apache.hop.core.util
Class PluginPropertyHandler.SaveToPreferences
- java.lang.Object
-
- org.apache.hop.core.util.PluginPropertyHandler.AbstractHandler
-
- org.apache.hop.core.util.PluginPropertyHandler.SaveToPreferences
-
- All Implemented Interfaces:
org.apache.commons.collections4.Closure
- Enclosing class:
- PluginPropertyHandler
public static class PluginPropertyHandler.SaveToPreferences extends PluginPropertyHandler.AbstractHandler
-
-
Constructor Summary
Constructors Constructor Description SaveToPreferences(Preferences node)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandle(IPluginProperty property)Handle property.-
Methods inherited from class org.apache.hop.core.util.PluginPropertyHandler.AbstractHandler
execute
-
-
-
-
Constructor Detail
-
SaveToPreferences
public SaveToPreferences(Preferences node) throws IllegalArgumentException
Constructor.- Parameters:
node- node to set.- Throws:
IllegalArgumentException- if node is null.
-
-
Method Detail
-
handle
protected void handle(IPluginProperty property)
Description copied from class:PluginPropertyHandler.AbstractHandlerHandle property.- Specified by:
handlein classPluginPropertyHandler.AbstractHandler- Parameters:
property- property.
-
-