Package org.pentaho.di.core.playlist
Class FilePlayListReplay
- java.lang.Object
-
- org.pentaho.di.core.playlist.FilePlayListReplay
-
- All Implemented Interfaces:
FilePlayList
public class FilePlayListReplay extends Object implements FilePlayList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isProcessingNeeded(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart)
-
-
-
Method Detail
-
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
-
-