org.pentaho.di.trans
Class RowProducer

java.lang.Object
  extended by org.pentaho.di.trans.RowProducer

public class RowProducer
extends Object

Allows you to "Inject" rows into a step.

Author:
Matt

Constructor Summary
RowProducer(StepInterface stepInterface, org.pentaho.di.core.RowSet rowSet)
           
 
Method Summary
 void finished()
           
 org.pentaho.di.core.RowSet getRowSet()
           
 StepInterface getStepInterface()
           
 void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row)
           
 void setRowSet(org.pentaho.di.core.RowSet rowSet)
           
 void setStepInterface(StepInterface stepInterface)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowProducer

public RowProducer(StepInterface stepInterface,
                   org.pentaho.di.core.RowSet rowSet)
Method Detail

putRow

public void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                   Object[] row)

finished

public void finished()

getRowSet

public org.pentaho.di.core.RowSet getRowSet()
Returns:
Returns the rowSet.

setRowSet

public void setRowSet(org.pentaho.di.core.RowSet rowSet)
Parameters:
rowSet - The rowSet to set.

getStepInterface

public StepInterface getStepInterface()
Returns:
Returns the stepInterface.

setStepInterface

public void setStepInterface(StepInterface stepInterface)
Parameters:
stepInterface - The stepInterface to set.