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   
org.pentaho.di.ui.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(LogChannelInterface log, TextFileLine textFileLine, InputFileMetaInterface info, Object[] passThruFields, int nrPassThruFields, RowMetaInterface outputRowMeta, RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, FileErrorHandler errorHandler, boolean addShortFilename, boolean addExtension, boolean addPath, boolean addSize, boolean addIsHidden, boolean addLastModificationDate, boolean addUri, boolean addRootUri, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, long size)
           
static Object[] TextFileInput.convertLineToRow(LogChannelInterface log, TextFileLine textFileLine, InputFileMetaInterface info, RowMetaInterface outputRowMeta, RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, FileErrorHandler errorHandler, boolean addShortFilename, boolean addExtension, boolean addPath, boolean addSize, boolean addIsHidden, boolean addLastModificationDate, boolean addUri, boolean addRootUri, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, long size)
          Deprecated. Use #convertLineToRow(TextFileLine,InputFileMetaInterface,Object[],int,RowMetaInterface,RowMetaInterface,String,long, FileErrorHandler) instead
static String[] TextFileInput.convertLineToStrings(LogChannelInterface log, String line, InputFileMetaInterface inf, String delimiter)
           
 

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

Constructors in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type InputFileMetaInterface
TextFileCSVImportProgressDialog(Shell shell, InputFileMetaInterface meta, TransMeta transMeta, InputStreamReader reader, int samples, boolean replaceMeta)
          Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.