uk.org.retep.util.io
Class LogicFileFilter.Not

java.lang.Object
  extended by uk.org.retep.util.io.LogicFileFilter.Not
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
LogicFileFilter

public static class LogicFileFilter.Not
extends java.lang.Object
implements java.io.FileFilter

For completeness, negates the result of another filter


Constructor Summary
LogicFileFilter.Not(java.io.FileFilter filter)
           
 
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
 

Constructor Detail

LogicFileFilter.Not

public LogicFileFilter.Not(java.io.FileFilter filter)
Method Detail

accept

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


Copyright © 1998-2010 Retep Development Group. All Rights Reserved.