public class CoreProjectScopeBuilder extends ProjectScopeBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
CoreProjectScopeBuilder.ContentSearchScope |
| Constructor and Description |
|---|
CoreProjectScopeBuilder(Project project,
FileIndexFacade fileIndexFacade) |
| Modifier and Type | Method and Description |
|---|---|
GlobalSearchScope |
buildAllScope() |
GlobalSearchScope |
buildContentScope() |
GlobalSearchScope |
buildEverythingScope() |
GlobalSearchScope |
buildLibrariesScope() |
GlobalSearchScope |
buildProjectScope() |
getInstancepublic CoreProjectScopeBuilder(Project project, FileIndexFacade fileIndexFacade)
public GlobalSearchScope buildLibrariesScope()
buildLibrariesScope in class ProjectScopeBuilderpublic GlobalSearchScope buildAllScope()
buildAllScope in class ProjectScopeBuilderpublic GlobalSearchScope buildProjectScope()
buildProjectScope in class ProjectScopeBuilderpublic GlobalSearchScope buildContentScope()
buildContentScope in class ProjectScopeBuilderpublic GlobalSearchScope buildEverythingScope()
buildEverythingScope in class ProjectScopeBuilder