org.pentaho.di.core.playlist
Class FilePlayListReplayErrorFile

java.lang.Object
  extended by org.pentaho.di.core.playlist.FilePlayListReplayFile
      extended by org.pentaho.di.core.playlist.FilePlayListReplayErrorFile
All Implemented Interfaces:
FilePlayList

public class FilePlayListReplayErrorFile
extends FilePlayListReplayFile


Constructor Summary
FilePlayListReplayErrorFile(org.apache.commons.vfs.FileObject errorFile, org.apache.commons.vfs.FileObject processingFile)
           
 
Method Summary
 boolean isProcessingNeeded(org.apache.commons.vfs.FileObject file, long lineNr, String filePart)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePlayListReplayErrorFile

public FilePlayListReplayErrorFile(org.apache.commons.vfs.FileObject errorFile,
                                   org.apache.commons.vfs.FileObject processingFile)
Method Detail

isProcessingNeeded

public boolean isProcessingNeeded(org.apache.commons.vfs.FileObject file,
                                  long lineNr,
                                  String filePart)
                           throws KettleException
Specified by:
isProcessingNeeded in interface FilePlayList
Overrides:
isProcessingNeeded in class FilePlayListReplayFile
Throws:
KettleException