Class IndexSelector
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.IndexSelector
Selects the indexes that correspond to projects in a given search scope
and that are dependent on a given focus element.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcanSeeFocus(SearchPattern pattern, org.eclipse.core.runtime.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
-
Field Details
-
PROJECT_CAN_SEE_FOCUS
public static final int PROJECT_CAN_SEE_FOCUS- See Also:
-
PROJECT_SOURCE_CAN_NOT_SEE_FOCUS
public static final int PROJECT_SOURCE_CAN_NOT_SEE_FOCUS- See Also:
-
PROJECT_CAN_NOT_SEE_FOCUS
public static final int PROJECT_CAN_NOT_SEE_FOCUS- See Also:
-
-
Constructor Details
-
IndexSelector
-
-
Method Details
-
canSeeFocus
public static int canSeeFocus(SearchPattern pattern, org.eclipse.core.runtime.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 -
getIndexLocations
-