org.pentaho.di.core.util
Class PluginPropertyHandler.SaveToPreferences

java.lang.Object
  extended by org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
      extended by 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
PluginPropertyHandler.SaveToPreferences(Preferences node)
          Constructor.
 
Method Summary
 
Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPropertyHandler.SaveToPreferences

public PluginPropertyHandler.SaveToPreferences(Preferences node)
                                        throws IllegalArgumentException
Constructor.

Parameters:
node - node to set.
Throws:
IllegalArgumentException - if node is null.