|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.search.IndexSelector
public class IndexSelector
Selects the indexes that correspond to projects in a given search scope and that are dependent on a given focus element.
| Constructor Summary | |
|---|---|
IndexSelector(IJavaSearchScope searchScope,
SearchPattern pattern)
|
|
| Method Summary | |
|---|---|
static boolean |
canSeeFocus(SearchPattern pattern,
IPath projectOrJarPath)
Returns whether elements of the given project or jar can see the given focus (an IJavaProject or a JarPackageFragmentRot) either because the focus is part of the project or the jar, or because it is accessible throught the project's classpath |
IPath[] |
getIndexLocations()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexSelector(IJavaSearchScope searchScope,
SearchPattern pattern)
| Method Detail |
|---|
public static boolean canSeeFocus(SearchPattern pattern,
IPath projectOrJarPath)
public IPath[] getIndexLocations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||