Package org.pentaho.di.core.util
Class PluginPropertyHandler.SaveToPreferences
java.lang.Object
org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
org.pentaho.di.core.util.PluginPropertyHandler.SaveToPreferences
- All Implemented Interfaces:
org.apache.commons.collections.Closure
- Enclosing class:
- PluginPropertyHandler
public static class PluginPropertyHandler.SaveToPreferences
extends PluginPropertyHandler.AbstractHandler
- Author:
- Thomas Hoedl(asc042)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handle
(PluginProperty property) Handle property.Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
Constructor Details
-
SaveToPreferences
Constructor.- Parameters:
preferences
- preferences to set.- Throws:
IllegalArgumentException
- if node is null.
-
-
Method Details
-
handle
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.
-