Class RecursiveFileFinder
java.lang.Object
org.eclipse.ui.wizards.datatransfer.RecursiveFileFinder
- All Implemented Interfaces:
- IResourceVisitor
A simple resource visitor that allows to find one or more files by name in a
 
IContainer- Since:
- 3.12
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RecursiveFileFinder- Parameters:
- fileName- the name of the file to look for
- ignoredDirectories- which directories are excluded from research. Sub-directories will get ignored too.
 
 
- 
- 
Method Details- 
visitDescription copied from interface:IResourceVisitorVisits the given resource.- Specified by:
- visitin interface- IResourceVisitor
- Parameters:
- res- the resource to visit
- Returns:
- trueif the resource's members should be visited;- falseif they should be skipped
 
- 
getFile- Returns:
- the first found file with right name
 
- 
getFiles- Returns:
- All found files
 
 
-