org.apache.commons.io.find
Class NewerFilter

java.lang.Object
  extended byorg.apache.commons.io.find.NewerFilter
All Implemented Interfaces:
java.io.FileFilter

class NewerFilter
extends java.lang.Object
implements java.io.FileFilter


Field Summary
private  java.io.File argument
           
private  boolean invert
           
private  java.lang.Object option
           
 
Constructor Summary
NewerFilter(java.lang.Object option, java.lang.Object argument, boolean invert)
           
 
Method Summary
 boolean accept(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

option

private java.lang.Object option

invert

private boolean invert

argument

private java.io.File argument
Constructor Detail

NewerFilter

public NewerFilter(java.lang.Object option,
                   java.lang.Object argument,
                   boolean invert)
Method Detail

accept

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