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

java.lang.Object
  extended by org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
      extended by org.pentaho.di.core.util.PluginPropertyHandler.ReadFromRepository
All Implemented Interfaces:
org.apache.commons.collections.Closure
Enclosing class:
PluginPropertyHandler

public static class PluginPropertyHandler.ReadFromRepository
extends PluginPropertyHandler.AbstractHandler

Author:
Thomas Hoedl(asc042)

Constructor Summary
PluginPropertyHandler.ReadFromRepository(Repository repository, ObjectId stepId)
          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.ReadFromRepository

public PluginPropertyHandler.ReadFromRepository(Repository repository,
                                                ObjectId stepId)
                                         throws IllegalArgumentException
Constructor.

Parameters:
repository - the repository.
stepId - the step ID.
Throws:
IllegalArgumentException - if repository is null.