org.apache.commons.io.find
Class CanReadFilter

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

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


Field Summary
private  boolean argument
           
private  boolean invert
           
private  java.lang.Object option
           
 
Constructor Summary
CanReadFilter(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 boolean argument
Constructor Detail

CanReadFilter

public CanReadFilter(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