public class ModuleScopeProviderImpl extends java.lang.Object implements ModuleScopeProvider
| Constructor and Description |
|---|
ModuleScopeProviderImpl(Module module) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
GlobalSearchScope |
getModuleContentScope() |
GlobalSearchScope |
getModuleContentWithDependenciesScope() |
GlobalSearchScope |
getModuleRuntimeScope(boolean includeTests) |
GlobalSearchScope |
getModuleScope()
Returns module scope including sources and tests, excluding libraries and dependencies.
|
GlobalSearchScope |
getModuleScope(boolean includeTests) |
com.intellij.openapi.module.impl.scopes.ModuleWithDependentsTestScope |
getModuleTestsWithDependentsScope() |
GlobalSearchScope |
getModuleWithDependenciesAndLibrariesScope(boolean includeTests) |
GlobalSearchScope |
getModuleWithDependenciesScope()
Returns module scope including sources, tests, and dependencies, excluding libraries.
|
GlobalSearchScope |
getModuleWithDependentsScope() |
GlobalSearchScope |
getModuleWithLibrariesScope()
Returns module scope including sources, tests, and libraries, excluding dependencies.
|
public ModuleScopeProviderImpl(Module module)
public GlobalSearchScope getModuleScope()
ModuleScopeProvidergetModuleScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleScope(boolean includeTests)
getModuleScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleWithLibrariesScope()
ModuleScopeProvidergetModuleWithLibrariesScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleWithDependenciesScope()
ModuleScopeProvidergetModuleWithDependenciesScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleContentScope()
getModuleContentScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleContentWithDependenciesScope()
getModuleContentWithDependenciesScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleWithDependenciesAndLibrariesScope(boolean includeTests)
getModuleWithDependenciesAndLibrariesScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleWithDependentsScope()
getModuleWithDependentsScope in interface ModuleScopeProviderpublic com.intellij.openapi.module.impl.scopes.ModuleWithDependentsTestScope getModuleTestsWithDependentsScope()
getModuleTestsWithDependentsScope in interface ModuleScopeProviderpublic GlobalSearchScope getModuleRuntimeScope(boolean includeTests)
getModuleRuntimeScope in interface ModuleScopeProviderpublic void clearCache()
clearCache in interface ModuleScopeProvider