public class ProjectScopeBuilderImpl extends ProjectScopeBuilder
| Constructor and Description |
|---|
ProjectScopeBuilderImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
GlobalSearchScope |
buildAllScope() |
GlobalSearchScope |
buildContentScope() |
GlobalSearchScope |
buildEverythingScope() |
GlobalSearchScope |
buildLibrariesScope() |
GlobalSearchScope |
buildProjectScope() |
getInstanceprotected final Project myProject
public ProjectScopeBuilderImpl(Project project)
public GlobalSearchScope buildEverythingScope()
buildEverythingScope in class ProjectScopeBuilderpublic GlobalSearchScope buildLibrariesScope()
buildLibrariesScope in class ProjectScopeBuilderpublic GlobalSearchScope buildAllScope()
buildAllScope in class ProjectScopeBuilderpublic GlobalSearchScope buildProjectScope()
buildProjectScope in class ProjectScopeBuilderpublic GlobalSearchScope buildContentScope()
buildContentScope in class ProjectScopeBuilder