org.aspectj.org.eclipse.jdt.internal.core.search
Class AbstractSearchScope

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.search.AbstractSearchScope
All Implemented Interfaces:
IJavaSearchScope
Direct Known Subclasses:
AbstractJavaSearchScope, HierarchyScope

public abstract class AbstractSearchScope
extends java.lang.Object
implements IJavaSearchScope


Field Summary
 
Fields inherited from interface org.aspectj.org.eclipse.jdt.core.search.IJavaSearchScope
APPLICATION_LIBRARIES, JAR_FILE_ENTRY_SEPARATOR, REFERENCED_PROJECTS, SOURCES, SYSTEM_LIBRARIES
 
Constructor Summary
AbstractSearchScope()
           
 
Method Summary
 boolean includesBinaries()
          Deprecated.  
 boolean includesClasspaths()
          Deprecated.  
abstract  void processDelta(IJavaElementDelta delta, int eventType)
           
 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
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.search.IJavaSearchScope
encloses, encloses, enclosingProjectsAndJars
 

Constructor Detail

AbstractSearchScope

public AbstractSearchScope()
Method Detail

includesBinaries

public boolean includesBinaries()
Deprecated. 

Description copied from interface: IJavaSearchScope
Returns whether this scope contains any .class files (either in folders or within JARs).

Specified by:
includesBinaries in interface IJavaSearchScope
Returns:
whether this scope contains any .class files
See Also:
IJavaSearchScope.includesBinaries()

includesClasspaths

public boolean includesClasspaths()
Deprecated. 

Description copied from interface: IJavaSearchScope
Returns whether this scope includes classpaths defined by the projects of the resources of this search scope.

Specified by:
includesClasspaths in interface IJavaSearchScope
Returns:
whether this scope includes classpaths
See Also:
IJavaSearchScope.includesClasspaths()

processDelta

public abstract void processDelta(IJavaElementDelta delta,
                                  int eventType)

setIncludesBinaries

public void setIncludesBinaries(boolean includesBinaries)
Deprecated. 

Description copied from interface: IJavaSearchScope
Sets whether this scope contains any .class files (either in folders or within JARs).

Specified by:
setIncludesBinaries in interface IJavaSearchScope
Parameters:
includesBinaries - whether this scope contains any .class files
See Also:
IJavaSearchScope.setIncludesBinaries(boolean)

setIncludesClasspaths

public void setIncludesClasspaths(boolean includesClasspaths)
Deprecated. 

Description copied from interface: IJavaSearchScope
Sets whether this scope includes the classpaths defined by the projects of the resources of this search scope.

Specified by:
setIncludesClasspaths in interface IJavaSearchScope
Parameters:
includesClasspaths - whether this scope includes classpaths
See Also:
IJavaSearchScope.setIncludesClasspaths(boolean)