org.pentaho.di.trans.steps.propertyinput
Class PropertyInputData

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

public class PropertyInputData
extends BaseStepData
implements StepDataInterface

Since:
24-Mars-2008
Author:
Samatar Hassan

Field Summary
 org.pentaho.di.core.row.RowMetaInterface convertRowMeta
           
 SimpleDateFormat daf
           
 DateFormatSymbols dafs
           
 DecimalFormat df
           
 DecimalFormatSymbols dfs
           
 org.apache.commons.vfs.FileObject file
           
 int filenr
           
 org.pentaho.di.core.fileinput.FileInputList files
           
 FileInputStream fr
           
 int indexOfFilenameField
           
 org.pentaho.di.core.row.RowMetaInterface inputRowMeta
           
 BufferedInputStream is
           
 Iterator<Object> it
           
 boolean last_file
           
 NumberFormat nf
           
 int nr_repeats
           
 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
           
 Object[] previousRow
           
 Properties pro
           
 Object[] readrow
           
 long rownr
           
 Map<String,Object> rw
           
 String thisline
           
 int totalpreviousfields
           
 
Fields inherited from interface org.pentaho.di.trans.step.StepDataInterface
STATUS_DISPOSED, STATUS_EMPTY, STATUS_FINISHED, STATUS_HALTED, STATUS_HALTING, STATUS_IDLE, STATUS_INIT, STATUS_PAUSED, STATUS_RUNNING, STATUS_STOPPED
 
Constructor Summary
PropertyInputData()
           
 
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

thisline

public String thisline

outputRowMeta

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

convertRowMeta

public org.pentaho.di.core.row.RowMetaInterface convertRowMeta

previousRow

public Object[] previousRow

nr_repeats

public int nr_repeats

nf

public NumberFormat nf

df

public DecimalFormat df

dfs

public DecimalFormatSymbols dfs

daf

public SimpleDateFormat daf

dafs

public DateFormatSymbols dafs

files

public org.pentaho.di.core.fileinput.FileInputList files

last_file

public boolean last_file

file

public org.apache.commons.vfs.FileObject file

filenr

public int filenr

fr

public FileInputStream fr

is

public BufferedInputStream is

rownr

public long rownr

rw

public Map<String,Object> rw

inputRowMeta

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

totalpreviousfields

public int totalpreviousfields

indexOfFilenameField

public int indexOfFilenameField

readrow

public Object[] readrow

pro

public Properties pro

it

public Iterator<Object> it
Constructor Detail

PropertyInputData

public PropertyInputData()