public class RecursiveFileFinder extends Object implements IResourceVisitor
IContainer| Constructor and Description |
|---|
RecursiveFileFinder(String fileName,
Set<IPath> ignoredDirectories) |
| Modifier and Type | Method and Description |
|---|---|
IFile |
getFile() |
Set<IFile> |
getFiles() |
boolean |
visit(IResource res)
Visits the given resource.
|
public boolean visit(IResource res)
IResourceVisitorvisit in interface IResourceVisitorres - the resource to visittrue if the resource's members should
be visited; false if they should be skippedpublic IFile getFile()
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.