org.pentaho.di.trans
Class RowProducer
java.lang.Object
org.pentaho.di.trans.RowProducer
public class RowProducer
- extends Object
Allows you to "Inject" rows into a step.
- Author:
- Matt
RowProducer
public RowProducer(StepInterface stepInterface,
org.pentaho.di.core.RowSet rowSet)
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.