org.pentaho.di.trans.steps.propertyoutput
Class PropertyOutputData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.propertyoutput.PropertyOutputData
All Implemented Interfaces:
StepDataInterface

public class PropertyOutputData
extends BaseStepData
implements StepDataInterface

Output rows to Properties file and create a file.

Since:
13-Apr-2008
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 org.apache.commons.vfs.FileObject file
           
 String filename
           
 int indexOfFieldfilename
           
 int indexOfKeyField
           
 int indexOfValueField
           
 RowMetaInterface inputRowMeta
           
 HashSet<String> KeySet
           
 RowMetaInterface outputRowMeta
           
 String previousFileName
           
 Properties pro
           
 
Constructor Summary
PropertyOutputData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

inputRowMeta

public RowMetaInterface inputRowMeta

outputRowMeta

public RowMetaInterface outputRowMeta

indexOfKeyField

public int indexOfKeyField

indexOfValueField

public int indexOfValueField

indexOfFieldfilename

public int indexOfFieldfilename

KeySet

public HashSet<String> KeySet

file

public org.apache.commons.vfs.FileObject file

filename

public String filename

pro

public Properties pro

previousFileName

public String previousFileName
Constructor Detail

PropertyOutputData

public PropertyOutputData()