public class ProjectScopeImpl extends GlobalSearchScope
GlobalSearchScope.FilesScopeEMPTY_ARRAY, EMPTY_SCOPEALL, 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, unioncalcHashCode, getIcon, hashCodeclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitandpublic ProjectScopeImpl(Project project, FileIndexFacade fileIndex)
public boolean contains(VirtualFile file)
contains in class SearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScopepublic java.lang.String getDisplayName()
getDisplayName in class SearchScopepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Collection<UnloadedModuleDescription> getUnloadedModulesBelongingToScope()
GlobalSearchScopegetUnloadedModulesBelongingToScope in class GlobalSearchScopepublic GlobalSearchScope uniteWith(GlobalSearchScope scope)
uniteWith in class GlobalSearchScopepublic GlobalSearchScope intersectWith(GlobalSearchScope scope)
intersectWith in class GlobalSearchScope