public class IndexSelector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PROJECT_CAN_NOT_SEE_FOCUS |
static int |
PROJECT_CAN_SEE_FOCUS |
static int |
PROJECT_SOURCE_CAN_NOT_SEE_FOCUS |
| Constructor and Description |
|---|
IndexSelector(IJavaSearchScope searchScope,
SearchPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
static int |
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
|
IndexLocation[] |
getIndexLocations() |
public static final int PROJECT_CAN_SEE_FOCUS
public static final int PROJECT_SOURCE_CAN_NOT_SEE_FOCUS
public static final int PROJECT_CAN_NOT_SEE_FOCUS
public IndexSelector(IJavaSearchScope searchScope, SearchPattern pattern)
public static int canSeeFocus(SearchPattern pattern, IPath projectOrJarPath)
public IndexLocation[] getIndexLocations()