Uses of Interface
org.pentaho.di.trans.steps.textfileinput.InputFileMetaInterface

Packages that use InputFileMetaInterface
org.pentaho.di.trans.steps.csvinput   
org.pentaho.di.trans.steps.parallelgzipcsv   
org.pentaho.di.trans.steps.textfileinput   
 

Uses of InputFileMetaInterface in org.pentaho.di.trans.steps.csvinput
 

Classes in org.pentaho.di.trans.steps.csvinput that implement InputFileMetaInterface
 class CsvInputMeta
           
 

Uses of InputFileMetaInterface in org.pentaho.di.trans.steps.parallelgzipcsv
 

Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement InputFileMetaInterface
 class ParGzipCsvInputMeta
           
 

Uses of InputFileMetaInterface in org.pentaho.di.trans.steps.textfileinput
 

Classes in org.pentaho.di.trans.steps.textfileinput that implement InputFileMetaInterface
 class TextFileInputMeta
           
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type InputFileMetaInterface
static Object[] TextFileInput.convertLineToRow(TextFileLine textFileLine, InputFileMetaInterface info, Object[] passThruFields, int nrPassThruFields, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, FileErrorHandler errorHandler)
           
static Object[] TextFileInput.convertLineToRow(TextFileLine textFileLine, InputFileMetaInterface info, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, FileErrorHandler errorHandler)
          Deprecated. Use TextFileInput.convertLineToRow(TextFileLine,InputFileMetaInterface,Object[],int,RowMetaInterface,RowMetaInterface,String,long, FileErrorHandler) instead
static String[] TextFileInput.convertLineToStrings(String line, InputFileMetaInterface inf)