public class ProjectAndLibrariesScope extends GlobalSearchScope
GlobalSearchScope.FilesScope| Modifier and Type | Field and Description |
|---|---|
protected ProjectFileIndex |
myProjectFileIndex |
EMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
ProjectAndLibrariesScope(Project project) |
ProjectAndLibrariesScope(Project project,
boolean searchOutsideRootModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(VirtualFile file1,
VirtualFile file2) |
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.
|
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
void |
setDisplayName(java.lang.String displayName) |
java.lang.String |
toString() |
accept, allScope, 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, uniteWithcalcHashCode, getIcon, hashCodeclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitandprotected final ProjectFileIndex myProjectFileIndex
public ProjectAndLibrariesScope(Project project)
@Deprecated public ProjectAndLibrariesScope(Project project, boolean searchOutsideRootModel)
ProjectAndLibrariesScope(Project)public boolean contains(VirtualFile file)
contains in class SearchScopepublic int compare(VirtualFile file1, VirtualFile file2)
compare in class GlobalSearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScopepublic java.util.Collection<UnloadedModuleDescription> getUnloadedModulesBelongingToScope()
GlobalSearchScopegetUnloadedModulesBelongingToScope in class GlobalSearchScopepublic java.lang.String getDisplayName()
getDisplayName in class SearchScopepublic void setDisplayName(java.lang.String displayName)
public java.lang.String toString()
toString in class java.lang.Object