org.pentaho.di.core.playlist
Class FilePlayListReplayFile

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

public class FilePlayListReplayFile
extends Object
implements FilePlayList


Constructor Summary
FilePlayListReplayFile(org.apache.commons.vfs.FileObject processingFile, String processingFilePart)
           
 
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

FilePlayListReplayFile

public FilePlayListReplayFile(org.apache.commons.vfs.FileObject processingFile,
                              String processingFilePart)
Method Detail

isProcessingNeeded

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