net.sourceforge.pmd.util.filter
Class DirectoryFilter

java.lang.Object
  extended by net.sourceforge.pmd.util.filter.DirectoryFilter
All Implemented Interfaces:
Filter<File>

public final class DirectoryFilter
extends Object
implements Filter<File>

Directory filter.


Field Summary
static DirectoryFilter INSTANCE
           
 
Method Summary
 boolean filter(File file)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final DirectoryFilter INSTANCE
Method Detail

filter

public boolean filter(File file)
Specified by:
filter in interface Filter<File>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2015 InfoEther. All Rights Reserved.