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