public class NDependencyScopes extends Object
| Constructor and Description |
|---|
NDependencyScopes() |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<NDependencyScope> |
add(Collection<NDependencyScope> a,
NDependencyScope... b) |
static EnumSet<NDependencyScope> |
add(Collection<NDependencyScope> a,
NDependencyScopePattern... b) |
static EnumSet<NDependencyScope> |
expand(Collection<NDependencyScopePattern> other) |
static int |
getScopesPriority(String s1) |
static boolean |
isCompileScope(String scope) |
static boolean |
isDefaultScope(String s1) |
static EnumSet<NDependencyScope> |
remove(Collection<NDependencyScope> a,
NDependencyScope... b) |
static EnumSet<NDependencyScope> |
remove(Collection<NDependencyScope> a,
NDependencyScopePattern... b) |
static EnumSet<NDependencyScope> |
removeScopePatterns(Collection<NDependencyScope> a,
Collection<NDependencyScopePattern> b) |
static EnumSet<NDependencyScope> |
removeScopes(Collection<NDependencyScope> a,
Collection<NDependencyScope> b) |
public static boolean isDefaultScope(String s1)
public static boolean isCompileScope(String scope)
public static int getScopesPriority(String s1)
public static EnumSet<NDependencyScope> add(Collection<NDependencyScope> a, NDependencyScopePattern... b)
public static EnumSet<NDependencyScope> add(Collection<NDependencyScope> a, NDependencyScope... b)
public static EnumSet<NDependencyScope> removeScopes(Collection<NDependencyScope> a, Collection<NDependencyScope> b)
public static EnumSet<NDependencyScope> removeScopePatterns(Collection<NDependencyScope> a, Collection<NDependencyScopePattern> b)
public static EnumSet<NDependencyScope> remove(Collection<NDependencyScope> a, NDependencyScopePattern... b)
public static EnumSet<NDependencyScope> remove(Collection<NDependencyScope> a, NDependencyScope... b)
public static EnumSet<NDependencyScope> expand(Collection<NDependencyScopePattern> other)
Copyright © 2025 vpc open source initiative. All rights reserved.