p12f.exe.file.utils.filters
Class FileFilterDateIntervalUtils

java.lang.Object
  extended byp12f.exe.file.utils.filters.FileFilterDateIntervalUtils
All Implemented Interfaces:
java.io.FilenameFilter

public class FileFilterDateIntervalUtils
extends java.lang.Object
implements java.io.FilenameFilter


Constructor Summary
FileFilterDateIntervalUtils(java.lang.String dateStart, java.lang.String dateEnd)
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFilterDateIntervalUtils

public FileFilterDateIntervalUtils(java.lang.String dateStart,
                                   java.lang.String dateEnd)
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter