public final class Scopes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Scopes.Type |
Modifier and Type | Method and Description |
---|---|
static SearchScope |
createScope(Project project,
java.lang.String descriptor,
Scopes.Type scopeType) |
static SearchScope |
findScopeByName(Project project,
java.lang.String scopeName) |
static java.lang.String |
getDescriptor(SearchScope scope) |
static Scopes.Type |
getType(SearchScope scope) |
public static Scopes.Type getType(SearchScope scope)
public static java.lang.String getDescriptor(SearchScope scope)
public static SearchScope createScope(Project project, java.lang.String descriptor, Scopes.Type scopeType)
public static SearchScope findScopeByName(Project project, java.lang.String scopeName)