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