Package org.pentaho.di.core.playlist
Interface FilePlayList
-
- All Known Implementing Classes:
FilePlayListAll
,FilePlayListReplay
,FilePlayListReplayErrorFile
,FilePlayListReplayFile
public interface FilePlayList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isProcessingNeeded(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart)
-
-
-
Method Detail
-
isProcessingNeeded
boolean isProcessingNeeded(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-