org.eclipse.jetty.toolchain.test
Class IO.SafeFileFilter

java.lang.Object
  extended by org.eclipse.jetty.toolchain.test.IO.SafeFileFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
IO

public static class IO.SafeFileFilter
extends Object
implements FileFilter


Field Summary
static IO.SafeFileFilter INSTANCE
           
 
Constructor Summary
IO.SafeFileFilter()
           
 
Method Summary
 boolean accept(File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IO.SafeFileFilter INSTANCE
Constructor Detail

IO.SafeFileFilter

public IO.SafeFileFilter()
Method Detail

accept

public boolean accept(File path)
Specified by:
accept in interface FileFilter


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.