public interface ITypeSearchScope
Modifier and Type | Method and Description |
---|---|
void |
add(ICElement elem) |
void |
add(ICProject project) |
void |
add(org.eclipse.core.runtime.IPath path,
boolean addSubfolders,
ICProject enclosingProject) |
void |
add(ITypeSearchScope scope) |
void |
add(IWorkingCopy workingCopy) |
void |
addWorkspace() |
void |
clear() |
Collection<org.eclipse.core.runtime.IPath> |
containerSet() |
boolean |
encloses(ICElement element) |
boolean |
encloses(ICProject project) |
boolean |
encloses(org.eclipse.core.runtime.IPath path) |
boolean |
encloses(ITypeSearchScope scope) |
boolean |
encloses(IWorkingCopy workingCopy) |
boolean |
encloses(String path) |
Collection<ICProject> |
enclosingProjectSet() |
ICProject[] |
getEnclosingProjects() |
boolean |
isEmpty() |
boolean |
isPathScope() |
boolean |
isProjectScope() |
boolean |
isWorkspaceScope() |
Collection<org.eclipse.core.runtime.IPath> |
pathSet() |
Collection<ICProject> |
projectSet() |
boolean isPathScope()
boolean isProjectScope()
boolean isWorkspaceScope()
boolean isEmpty()
boolean encloses(ITypeSearchScope scope)
boolean encloses(ICProject project)
boolean encloses(org.eclipse.core.runtime.IPath path)
boolean encloses(String path)
boolean encloses(ICElement element)
boolean encloses(IWorkingCopy workingCopy)
void add(IWorkingCopy workingCopy)
void add(org.eclipse.core.runtime.IPath path, boolean addSubfolders, ICProject enclosingProject)
void add(ICProject project)
void add(ICElement elem)
void add(ITypeSearchScope scope)
void addWorkspace()
void clear()
ICProject[] getEnclosingProjects()
Collection<org.eclipse.core.runtime.IPath> pathSet()
Collection<org.eclipse.core.runtime.IPath> containerSet()
Collection<ICProject> projectSet()
Collection<ICProject> enclosingProjectSet()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.