public class ScratchesSearchScope extends GlobalSearchScope
GlobalSearchScope.FilesScope
EMPTY_ARRAY, EMPTY_SCOPE
ALL, NONE
Modifier and Type | Method and Description |
---|---|
boolean |
contains(VirtualFile file) |
java.lang.String |
getDisplayName() |
static GlobalSearchScope |
getScratchesScope(Project project) |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
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
calcHashCode, getIcon, hashCode
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
and
public static GlobalSearchScope getScratchesScope(Project project)
public java.lang.String getDisplayName()
getDisplayName
in class SearchScope
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 java.lang.String toString()
toString
in class java.lang.Object