public class GlobalSearchScopesCore
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GlobalSearchScopesCore.DirectoryScope |
Constructor and Description |
---|
GlobalSearchScopesCore() |
Modifier and Type | Method and Description |
---|---|
static GlobalSearchScope |
directoriesScope(Project project,
boolean withSubdirectories,
VirtualFile... directories) |
static GlobalSearchScope |
directoryScope(Project project,
VirtualFile directory,
boolean withSubdirectories) |
static GlobalSearchScope |
directoryScope(PsiDirectory directory,
boolean withSubdirectories) |
static GlobalSearchScope |
filterScope(Project project,
NamedScope set) |
static GlobalSearchScope |
projectProductionScope(Project project) |
static GlobalSearchScope |
projectTestScope(Project project) |
public static GlobalSearchScope projectProductionScope(Project project)
public static GlobalSearchScope projectTestScope(Project project)
public static GlobalSearchScope directoryScope(PsiDirectory directory, boolean withSubdirectories)
public static GlobalSearchScope directoryScope(Project project, VirtualFile directory, boolean withSubdirectories)
public static GlobalSearchScope directoriesScope(Project project, boolean withSubdirectories, VirtualFile... directories)
public static GlobalSearchScope filterScope(Project project, NamedScope set)