Uses of Interface
org.pentaho.di.trans.step.errorhandling.FileErrorHandler

Packages that use FileErrorHandler
org.pentaho.di.trans.step.errorhandling   
org.pentaho.di.trans.steps.excelinput   
org.pentaho.di.trans.steps.getfilenames   
org.pentaho.di.trans.steps.textfileinput   
 

Uses of FileErrorHandler in org.pentaho.di.trans.step.errorhandling
 

Classes in org.pentaho.di.trans.step.errorhandling that implement FileErrorHandler
 class AbstractFileErrorHandler
           
 class CompositeFileErrorHandler
           
 class FileErrorHandlerContentLineNumber
           
 class FileErrorHandlerMissingFiles
           
 

Constructor parameters in org.pentaho.di.trans.step.errorhandling with type arguments of type FileErrorHandler
CompositeFileErrorHandler(List<FileErrorHandler> handlers)
           
 

Uses of FileErrorHandler in org.pentaho.di.trans.steps.excelinput
 

Fields in org.pentaho.di.trans.steps.excelinput declared as FileErrorHandler
 FileErrorHandler ExcelInputData.errorHandler
          The error handler when processing of a row fails.
 

Uses of FileErrorHandler in org.pentaho.di.trans.steps.getfilenames
 

Fields in org.pentaho.di.trans.steps.getfilenames declared as FileErrorHandler
 FileErrorHandler GetFileNamesData.dataErrorLineHandler
           
 

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

Fields in org.pentaho.di.trans.steps.textfileinput declared as FileErrorHandler
 FileErrorHandler TextFileInputData.dataErrorLineHandler
           
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type FileErrorHandler
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