Package org.pentaho.di.core.playlist
Class FilePlayListReplayFile
java.lang.Object
org.pentaho.di.core.playlist.FilePlayListReplayFile
- All Implemented Interfaces:
FilePlayList
- Direct Known Subclasses:
FilePlayListReplayErrorFile
-
Constructor Summary
ConstructorDescriptionFilePlayListReplayFile
(org.apache.commons.vfs2.FileObject processingFile, String processingFilePart) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isProcessingNeeded
(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart)
-
Constructor Details
-
FilePlayListReplayFile
public FilePlayListReplayFile(org.apache.commons.vfs2.FileObject processingFile, String processingFilePart)
-
-
Method Details
-
isProcessingNeeded
public boolean isProcessingNeeded(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart) throws org.pentaho.di.core.exception.KettleException - Specified by:
isProcessingNeeded
in interfaceFilePlayList
- Throws:
org.pentaho.di.core.exception.KettleException
-