public abstract class CustomScopesProviderEx extends java.lang.Object implements CustomScopesProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomScopesProviderEx.ScopePlace |
CUSTOM_SCOPES_PROVIDER| Constructor and Description |
|---|
CustomScopesProviderEx() |
| Modifier and Type | Method and Description |
|---|---|
static void |
filterNoSettingsScopes(Project project,
java.util.List<NamedScope> scopes) |
static NamedScope |
findPredefinedScope(java.lang.String name,
java.util.List<? extends NamedScope> predefinedScopes) |
static NamedScope |
getAllScope() |
NamedScope |
getCustomScope(java.lang.String name) |
boolean |
isVetoed(NamedScope scope,
CustomScopesProviderEx.ScopePlace place) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomScopes, getFilteredScopespublic NamedScope getCustomScope(java.lang.String name)
public static NamedScope findPredefinedScope(java.lang.String name, java.util.List<? extends NamedScope> predefinedScopes)
public boolean isVetoed(NamedScope scope, CustomScopesProviderEx.ScopePlace place)
public static void filterNoSettingsScopes(Project project, java.util.List<NamedScope> scopes)
public static NamedScope getAllScope()