public class LibraryRuntimeClasspathScope extends GlobalSearchScope
GlobalSearchScope.FilesScopeEMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
LibraryRuntimeClasspathScope(Project project,
java.util.Collection<? extends Module> modules) |
LibraryRuntimeClasspathScope(Project project,
LibraryOrderEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
int |
calcHashCode()
To provide your own hash code please override this method instead of
SearchScope.hashCode() |
int |
compare(VirtualFile file1,
VirtualFile file2) |
boolean |
contains(VirtualFile file) |
boolean |
equals(java.lang.Object object) |
java.util.List<VirtualFile> |
getRoots() |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
accept, allScope, 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, uniteWithgetDisplayName, getIcon, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandpublic LibraryRuntimeClasspathScope(Project project, java.util.Collection<? extends Module> modules)
public LibraryRuntimeClasspathScope(Project project, LibraryOrderEntry entry)
public int calcHashCode()
SearchScopeSearchScope.hashCode()calcHashCode in class SearchScopepublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic boolean contains(VirtualFile file)
contains in class SearchScopepublic int compare(VirtualFile file1, VirtualFile file2)
compare in class GlobalSearchScopepublic java.util.List<VirtualFile> getRoots()
public boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScope