public class JavaSourceFilterScope extends DelegatingGlobalSearchScope
GlobalSearchScope.FilesScope
myBaseScope
EMPTY_ARRAY, EMPTY_SCOPE
ALL, NONE
Constructor and Description |
---|
JavaSourceFilterScope(GlobalSearchScope delegate) |
JavaSourceFilterScope(GlobalSearchScope delegate,
boolean includeVersions)
By default, the scope excludes version-specific classes of multi-release .jar files
(i.e.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(VirtualFile file) |
calcHashCode, compare, equals, getDisplayName, getIcon, getUnloadedModulesBelongingToScope, isSearchInLibraries, isSearchInModuleContent, isSearchInModuleContent, toString
accept, allScope, everythingScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getProject, getScopeRestrictedByFileTypes, intersectWith, intersectWith, intersectWith, isForceSearchingInLibrarySources, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, union, union, uniteWith
hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
and
public JavaSourceFilterScope(GlobalSearchScope delegate)
public JavaSourceFilterScope(GlobalSearchScope delegate, boolean includeVersions)
includeVersions
parameter to true
allows such files to pass the filter.public boolean contains(VirtualFile file)
contains
in class DelegatingGlobalSearchScope