Exemplo n.º 1
0
 @Override
 public void clearScopesCache() {
   myModuleScopeProvider.clearCache();
 }
Exemplo n.º 2
0
 @NotNull
 @Override
 public GlobalSearchScope getModuleRuntimeScope(boolean includeTests) {
   return myModuleScopeProvider.getModuleRuntimeScope(includeTests);
 }
Exemplo n.º 3
0
 @NotNull
 @Override
 public GlobalSearchScope getModuleTestsWithDependentsScope() {
   return myModuleScopeProvider.getModuleTestsWithDependentsScope();
 }
Exemplo n.º 4
0
 @NotNull
 @Override
 public GlobalSearchScope getModuleWithDependenciesAndLibrariesScope(boolean includeTests) {
   return myModuleScopeProvider.getModuleWithDependenciesAndLibrariesScope(includeTests);
 }
Exemplo n.º 5
0
 @NotNull
 @Override
 public GlobalSearchScope getModuleContentWithDependenciesScope() {
   return myModuleScopeProvider.getModuleContentWithDependenciesScope();
 }
Exemplo n.º 6
0
 @NotNull
 @Override
 public GlobalSearchScope getModuleWithLibrariesScope() {
   return myModuleScopeProvider.getModuleWithLibrariesScope();
 }