edu.umd.cs.findbugs
public class RecursiveFileSearch extends Object
Constructor Summary | |
---|---|
RecursiveFileSearch(String baseDir, FileFilter fileFilter)
Constructor.
|
Method Summary | |
---|---|
Iterator<String> | fileNameIterator()
Get an iterator over the files found by the search.
|
RecursiveFileSearch | search()
Perform the search.
|
Parameters: baseDir the base directory for the search fileFilter chooses files to add to the results, and subdirectories to continue the search in
Returns: this object
Throws: InterruptedException if the thread is interrupted before the search completes