net.sourceforge.pmd.util
Class FileFinder

java.lang.Object
  extended by net.sourceforge.pmd.util.FileFinder

public class FileFinder
extends java.lang.Object

A utility class for finding files within a directory.


Constructor Summary
FileFinder()
           
 
Method Summary
 java.util.List<java.io.File> findFilesFrom(java.io.File dir, java.io.FilenameFilter filter, boolean recurse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFinder

public FileFinder()
Method Detail

findFilesFrom

public java.util.List<java.io.File> findFilesFrom(java.io.File dir,
                                                  java.io.FilenameFilter filter,
                                                  boolean recurse)


Copyright © 2002-2015 InfoEther. All Rights Reserved.