|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICSearchScope
Method Summary | |
---|---|
boolean |
encloses(ICElement element)
Checks whether this scope encloses the given element. |
boolean |
encloses(String resourcePath)
Checks whether the resource at the given path is enclosed by this scope. |
IPath[] |
enclosingProjects()
Returns the paths to the enclosing projects for this search scope. |
Method Detail |
---|
boolean encloses(String resourcePath)
resourcePath
- if the resource is contained in
boolean encloses(ICElement element)
element
- the given element
true
if the element is in this scopeIPath[] enclosingProjects()
IResource.getFullPath()
).
For example, /MyProject
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |