Package org.apache.hop.core.playlist
Class FilePlayListAll
- java.lang.Object
-
- org.apache.hop.core.playlist.FilePlayListAll
-
- All Implemented Interfaces:
IFilePlayList
public class FilePlayListAll extends Object implements IFilePlayList
-
-
Field Summary
Fields Modifier and Type Field Description static IFilePlayListINSTANCE
-
Constructor Summary
Constructors Constructor Description FilePlayListAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisProcessingNeeded(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart)
-
-
-
Field Detail
-
INSTANCE
public static final IFilePlayList INSTANCE
-
-
Method Detail
-
isProcessingNeeded
public boolean isProcessingNeeded(org.apache.commons.vfs2.FileObject file, long lineNr, String filePart)- Specified by:
isProcessingNeededin interfaceIFilePlayList
-
-