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() |
getInstance
public CoreProjectScopeBuilder(Project project, FileIndexFacade fileIndexFacade)
public GlobalSearchScope buildLibrariesScope()
buildLibrariesScope
in class ProjectScopeBuilder
public GlobalSearchScope buildAllScope()
buildAllScope
in class ProjectScopeBuilder
public GlobalSearchScope buildProjectScope()
buildProjectScope
in class ProjectScopeBuilder
public GlobalSearchScope buildContentScope()
buildContentScope
in class ProjectScopeBuilder
public GlobalSearchScope buildEverythingScope()
buildEverythingScope
in class ProjectScopeBuilder