public class PackageScope extends GlobalSearchScope
GlobalSearchScope.FilesScopeEMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
PackageScope(PsiPackage aPackage,
boolean includeSubpackages,
boolean includeLibraries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(VirtualFile file) |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
static GlobalSearchScope |
packageScope(PsiPackage aPackage,
boolean includeSubpackages) |
static GlobalSearchScope |
packageScopeWithoutLibraries(PsiPackage aPackage,
boolean includeSubpackages) |
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, uniteWithcalcHashCode, getDisplayName, getIcon, hashCodeclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitandpublic PackageScope(PsiPackage aPackage, boolean includeSubpackages, boolean includeLibraries)
public boolean contains(VirtualFile file)
contains in class SearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScopepublic java.lang.String toString()
toString in class java.lang.Objectpublic static GlobalSearchScope packageScope(PsiPackage aPackage, boolean includeSubpackages)
public static GlobalSearchScope packageScopeWithoutLibraries(PsiPackage aPackage, boolean includeSubpackages)