public class AdditionalIndexedRootsScope extends GlobalSearchScope
GlobalSearchScope.FilesScopeEMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
AdditionalIndexedRootsScope(GlobalSearchScope baseScope) |
AdditionalIndexedRootsScope(GlobalSearchScope baseScope,
java.lang.Class<? extends IndexableSetContributor> providerClass) |
AdditionalIndexedRootsScope(GlobalSearchScope baseScope,
IndexableFileSet myFileSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(VirtualFile file1,
VirtualFile file2) |
boolean |
contains(VirtualFile file) |
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, uniteWithcalcHashCode, getDisplayName, getIcon, hashCodeclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandpublic AdditionalIndexedRootsScope(GlobalSearchScope baseScope)
public AdditionalIndexedRootsScope(GlobalSearchScope baseScope, java.lang.Class<? extends IndexableSetContributor> providerClass)
public AdditionalIndexedRootsScope(GlobalSearchScope baseScope, IndexableFileSet myFileSet)
public boolean contains(VirtualFile file)
contains in class SearchScopepublic int compare(VirtualFile file1, VirtualFile file2)
compare in class GlobalSearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScope