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