public class NonClasspathDirectoriesScope extends GlobalSearchScope
GlobalSearchScope.FilesScopeEMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
NonClasspathDirectoriesScope(java.util.Collection<VirtualFile> roots) |
| Modifier and Type | Method and Description |
|---|---|
int |
calcHashCode()
To provide your own hash code please override this method instead of
SearchScope.hashCode() |
static GlobalSearchScope |
compose(java.util.List<VirtualFile> roots) |
boolean |
contains(VirtualFile file) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName() |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
accept, allScope, compare, everythingScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getProject, getScopeRestrictedByFileTypes, getUnloadedModulesBelongingToScope, intersectWith, intersectWith, intersectWith, isForceSearchingInLibrarySources, isSearchInModuleContent, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, union, union, uniteWithgetIcon, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandpublic NonClasspathDirectoriesScope(java.util.Collection<VirtualFile> roots)
public static GlobalSearchScope compose(java.util.List<VirtualFile> roots)
public boolean contains(VirtualFile file)
contains in class SearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScopepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int calcHashCode()
SearchScopeSearchScope.hashCode()calcHashCode in class SearchScopepublic java.lang.String getDisplayName()
getDisplayName in class SearchScope