public final class DefaultScopesProvider extends CustomScopesProviderEx
CustomScopesProviderEx.ScopePlace
CUSTOM_SCOPES_PROVIDER
Constructor and Description |
---|
DefaultScopesProvider(Project project) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedScope> |
getCustomScopes() |
static DefaultScopesProvider |
getInstance(Project project) |
NamedScope |
getProblemsScope()
Deprecated.
use
ProblemsScope.INSTANCE instead |
filterNoSettingsScopes, findPredefinedScope, getAllScope, getCustomScope, isVetoed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFilteredScopes
public DefaultScopesProvider(Project project)
public static DefaultScopesProvider getInstance(Project project)
public java.util.List<NamedScope> getCustomScopes()
@Deprecated public NamedScope getProblemsScope()
ProblemsScope.INSTANCE
instead