Class PropertyOutputData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
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
  • Field Details

    • inputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • indexOfKeyField

      public int indexOfKeyField
    • indexOfValueField

      public int indexOfValueField
    • indexOfFieldfilename

      public int indexOfFieldfilename
    • KeySet

      public HashSet<String> KeySet
    • file

      public org.apache.commons.vfs2.FileObject file
    • filename

      public String filename
    • pro

      public Properties pro
    • previousFileName

      public String previousFileName
  • Constructor Details

    • PropertyOutputData

      public PropertyOutputData()