|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.ui.internal.util.JavaSearchScope
public class JavaSearchScope
Implementation of the IJavaSearchScope.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jdt.core.search.IJavaSearchScope |
|---|
APPLICATION_LIBRARIES, JAR_FILE_ENTRY_SEPARATOR, REFERENCED_PROJECTS, SOURCES, SYSTEM_LIBRARIES |
| Constructor Summary | |
|---|---|
JavaSearchScope()
Constructor for ResourceSearchJavaScope. |
|
| Method Summary | |
|---|---|
boolean |
addJavaElement(org.eclipse.jdt.core.IJavaElement element)
Adds a Java element to this scope. |
boolean |
addProjectAndJarPath(org.eclipse.core.runtime.IPath path)
Adds the project and the jar paths. |
boolean |
addResource(org.eclipse.core.resources.IResource resource)
Adds a resource to this scope. |
boolean |
addResource(java.lang.String resource)
Adds a resource to this scope. |
void |
dispose()
|
boolean |
encloses(org.eclipse.jdt.core.IJavaElement element)
|
boolean |
encloses(java.lang.String resourcePath)
|
org.eclipse.core.runtime.IPath[] |
enclosingProjectsAndJars()
|
boolean |
includesBinaries()
Deprecated. |
boolean |
includesClasspaths()
Deprecated. |
void |
setIncludesBinaries(boolean includesBinaries)
Deprecated. |
void |
setIncludesClasspaths(boolean includesClasspaths)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaSearchScope()
| Method Detail |
|---|
public void dispose()
dispose in interface org.eclipse.hyades.ui.util.IDisposableIDisposable.dispose()public boolean addJavaElement(org.eclipse.jdt.core.IJavaElement element)
element -
true if the element was added or
false otherwise.public boolean addResource(org.eclipse.core.resources.IResource resource)
IResource - resource
true if the resource was added or
false otherwise.public boolean addResource(java.lang.String resource)
String - resource
true if the resource was added or
false otherwise.public boolean addProjectAndJarPath(org.eclipse.core.runtime.IPath path)
path -
true if the resource was added or
false otherwise.public boolean encloses(org.eclipse.jdt.core.IJavaElement element)
encloses in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.encloses(IJavaElement)public boolean encloses(java.lang.String resourcePath)
encloses in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.encloses(String)public org.eclipse.core.runtime.IPath[] enclosingProjectsAndJars()
enclosingProjectsAndJars in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.enclosingProjectsAndJars()public boolean includesBinaries()
includesBinaries in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.includesBinaries()public boolean includesClasspaths()
includesClasspaths in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.includesClasspaths()public void setIncludesBinaries(boolean includesBinaries)
setIncludesBinaries in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.setIncludesBinaries(boolean)public void setIncludesClasspaths(boolean includesClasspaths)
setIncludesClasspaths in interface org.eclipse.jdt.core.search.IJavaSearchScopeIJavaSearchScope.setIncludesClasspaths(boolean)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||