public class ProjectScopeImpl extends GlobalSearchScope
GlobalSearchScope.FilesScope
EMPTY_ARRAY, EMPTY_SCOPE
ALL, NONE
Constructor and Description |
---|
ProjectScopeImpl(Project project,
FileIndexFacade fileIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(VirtualFile file) |
java.lang.String |
getDisplayName() |
java.util.Collection<UnloadedModuleDescription> |
getUnloadedModulesBelongingToScope()
Returns descriptions of unloaded modules content of whose might be included into this scope if they had been loaded.
|
GlobalSearchScope |
intersectWith(GlobalSearchScope scope) |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
java.lang.String |
toString() |
GlobalSearchScope |
uniteWith(GlobalSearchScope scope) |
accept, allScope, compare, everythingScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getProject, getScopeRestrictedByFileTypes, intersectWith, intersectWith, isForceSearchingInLibrarySources, isSearchInModuleContent, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, union, union
calcHashCode, getIcon, hashCode
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
and
public ProjectScopeImpl(Project project, FileIndexFacade fileIndex)
public boolean contains(VirtualFile file)
contains
in class SearchScope
public boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent
in class GlobalSearchScope
public boolean isSearchInLibraries()
isSearchInLibraries
in class GlobalSearchScope
public java.lang.String getDisplayName()
getDisplayName
in class SearchScope
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Collection<UnloadedModuleDescription> getUnloadedModulesBelongingToScope()
GlobalSearchScope
getUnloadedModulesBelongingToScope
in class GlobalSearchScope
public GlobalSearchScope uniteWith(GlobalSearchScope scope)
uniteWith
in class GlobalSearchScope
public GlobalSearchScope intersectWith(GlobalSearchScope scope)
intersectWith
in class GlobalSearchScope