public class NutsDependencyScopes extends Object
| Constructor and Description |
|---|
NutsDependencyScopes() |
public static 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<NutsDependencyScope> add(Collection<NutsDependencyScope> a, NutsDependencyScopePattern... b)
public static EnumSet<NutsDependencyScope> add(Collection<NutsDependencyScope> a, NutsDependencyScope... b)
public static EnumSet<NutsDependencyScope> removeScopes(Collection<NutsDependencyScope> a, Collection<NutsDependencyScope> b)
public static EnumSet<NutsDependencyScope> removeScopePatterns(Collection<NutsDependencyScope> a, Collection<NutsDependencyScopePattern> b)
public static EnumSet<NutsDependencyScope> remove(Collection<NutsDependencyScope> a, NutsDependencyScopePattern... b)
public static EnumSet<NutsDependencyScope> remove(Collection<NutsDependencyScope> a, NutsDependencyScope... b)
public static EnumSet<NutsDependencyScope> expand(Collection<NutsDependencyScopePattern> other)
public static EnumSet<NutsDependencyScope> expand(NutsDependencyScopePattern other)
public static NutsDependencyScope parseDependencyScope(String value)
value - string to parsepublic static NutsDependencyScopePattern parseDependencyScopePattern(String value)
value - string to parseCopyright © 2021 vpc open source initiative. All rights reserved.