public static class GlobalSearchScope.FilesScope extends GlobalSearchScope implements java.lang.Iterable<VirtualFile>
GlobalSearchScope.FilesScope
EMPTY_ARRAY, EMPTY_SCOPE
ALL, NONE
Modifier and Type | Method and Description |
---|---|
int |
calcHashCode()
To provide your own hash code please override this method instead of
SearchScope.hashCode() |
boolean |
contains(VirtualFile file) |
boolean |
equals(java.lang.Object o) |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
java.util.Iterator<VirtualFile> |
iterator() |
java.lang.String |
toString() |
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, uniteWith
getDisplayName, getIcon, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
and
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 boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int calcHashCode()
SearchScope
SearchScope.hashCode()
calcHashCode
in class SearchScope
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Iterator<VirtualFile> iterator()
iterator
in interface java.lang.Iterable<VirtualFile>