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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandle(PluginProperty property) Handle property.Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
Constructor Details
-
ReadFromPreferences
Constructor.- Parameters:
preferences- node to set.- Throws:
IllegalArgumentException- if node is null.
-
-
Method Details
-
handle
Description copied from class:PluginPropertyHandler.AbstractHandlerHandle property.- Specified by:
handlein classPluginPropertyHandler.AbstractHandler- Parameters:
property- property.
-