Package org.pentaho.di.core.util
Class PluginPropertyHandler.ReadFromRepository
- java.lang.Object
-
- org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
-
- 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
Constructors Constructor Description ReadFromRepository(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId stepId)
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
-
ReadFromRepository
public ReadFromRepository(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId stepId) throws IllegalArgumentException
Constructor.- Parameters:
repository
- the repository.metaStore
- the MetaStorestepId
- the step ID.- Throws:
IllegalArgumentException
- if repository is null.
-
-
Method Detail
-
handle
protected void handle(PluginProperty property) throws org.pentaho.di.core.exception.KettleException
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.- Throws:
org.pentaho.di.core.exception.KettleException
- ...
-
-