org.cip4.jdflib.util.file
Class FileJanitor.AgeFilter

java.lang.Object
  extended by org.cip4.jdflib.util.file.FileJanitor.AgeFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
FileJanitor

 class FileJanitor.AgeFilter
extends java.lang.Object
implements java.io.FileFilter


Field Summary
(package private)  long age
           
(package private)  long t0
           
 
Constructor Summary
FileJanitor.AgeFilter(long age)
           
 
Method Summary
 boolean accept(java.io.File arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t0

final long t0

age

final long age
Constructor Detail

FileJanitor.AgeFilter

FileJanitor.AgeFilter(long age)
Method Detail

accept

public boolean accept(java.io.File arg0)
Specified by:
accept in interface java.io.FileFilter