org.pentaho.di.core.playlist
Class FilePlayListAll

java.lang.Object
  extended by org.pentaho.di.core.playlist.FilePlayListAll
All Implemented Interfaces:
FilePlayList

public class FilePlayListAll
extends Object
implements FilePlayList


Field Summary
static FilePlayList INSTANCE
           
 
Constructor Summary
FilePlayListAll()
           
 
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
 

Field Detail

INSTANCE

public static final FilePlayList INSTANCE
Constructor Detail

FilePlayListAll

public FilePlayListAll()
Method Detail

isProcessingNeeded

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