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 int |
compareScopes(String s1,
String s2) |
static EnumSet<net.thevpc.nuts.NutsDependencyScope> |
expand(Collection<net.thevpc.nuts.NutsDependencyScopePattern> other) |
static EnumSet<net.thevpc.nuts.NutsDependencyScope> |
expand(net.thevpc.nuts.NutsDependencyScopePattern other) |
static int |
getScopesPriority(String s1) |
static boolean |
isCompileScope(String scope) |
static boolean |
isDefaultScope(String s1) |
static String |
normalizeScope(String s1) |
static net.thevpc.nuts.NutsDependencyScope |
parseDependencyScope(String value)
parse string to a valid NutsDependencyScopePattern or
NutsDependencyScope.OTHER
|
static net.thevpc.nuts.NutsDependencyScopePattern |
parseDependencyScopePattern(String value)
parse string to a valid NutsDependencyScopePattern or
NutsDependencyScope.OTHER
|
static net.thevpc.nuts.NutsDependencyScope |
parseScope(String scope,
boolean lenient) |
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 net.thevpc.nuts.NutsDependencyScope parseScope(String scope, boolean lenient)
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)
public static EnumSet<net.thevpc.nuts.NutsDependencyScope> expand(net.thevpc.nuts.NutsDependencyScopePattern other)
public static net.thevpc.nuts.NutsDependencyScope parseDependencyScope(String value)
value - string to parsepublic static net.thevpc.nuts.NutsDependencyScopePattern parseDependencyScopePattern(String value)
value - string to parseCopyright © 2021 vpc open source initiative. All rights reserved.