com.jalios.io
Class ModifiedFileFilter
java.lang.Object
  
com.jalios.io.ModifiedFileFilter
- All Implemented Interfaces: 
 - FileFilter
 
public class ModifiedFileFilter
- extends Object
- implements FileFilter
  
This class implements java.io.FileFilter and accepts only files
 modified since the given time.
- Version:
 
  - $Revision: 14756 $
 
- Author:
 
  - Olivier Dedieu
 
 
| 
Constructor Summary | 
ModifiedFileFilter(Date mdate)
 
          Construct a ModifiedFileFilter which accepts only files
 modified since the given mdate. | 
ModifiedFileFilter(long mtime)
 
          Construct a ModifiedFileFilter which accepts only files
 modified since the given mtime. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
ModifiedFileFilter
public ModifiedFileFilter(long mtime)
- Construct a ModifiedFileFilter which accepts only files
 modified since the given mtime.
- Parameters:
 mtime - the modified time
 
ModifiedFileFilter
public ModifiedFileFilter(Date mdate)
- Construct a ModifiedFileFilter which accepts only files
 modified since the given mdate.
- Parameters:
 mdate - the modified date
 
accept
public boolean accept(File pathname)
- Specified by:
 accept in interface FileFilter
 
 
main
public static void main(String[] args)
                 throws Exception
 
- Throws:
 Exception
 
Copyright © 2001-2007 Jalios SA. All Rights Reserved.