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