public class JavaSourceFilterScope extends DelegatingGlobalSearchScope
GlobalSearchScope.FilesScopemyBaseScopeEMPTY_ARRAY, EMPTY_SCOPEALL, 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, toStringaccept, 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, uniteWithhashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitandpublic 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