public class NDependencyFilterUtils extends Object
| Constructor and Description |
|---|
NDependencyFilterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.artifact.NDependencyFilter |
addScope(net.thevpc.nuts.artifact.NDependencyFilter parent,
net.thevpc.nuts.artifact.NDependencyScopePattern scope) |
static boolean |
isScopeFilter(net.thevpc.nuts.artifact.NDependencyFilter filter) |
static net.thevpc.nuts.artifact.NDependencyFilter |
replaceFilter(net.thevpc.nuts.artifact.NDependencyFilter parent,
Function<net.thevpc.nuts.artifact.NDependencyFilter,net.thevpc.nuts.artifact.NDependencyFilter> replacer) |
static Set<net.thevpc.nuts.artifact.NDependencyScope> |
toScopeFilterPossibilities(net.thevpc.nuts.artifact.NDependencyFilter filter) |
public static Set<net.thevpc.nuts.artifact.NDependencyScope> toScopeFilterPossibilities(net.thevpc.nuts.artifact.NDependencyFilter filter)
public static boolean isScopeFilter(net.thevpc.nuts.artifact.NDependencyFilter filter)
public static net.thevpc.nuts.artifact.NDependencyFilter addScope(net.thevpc.nuts.artifact.NDependencyFilter parent,
net.thevpc.nuts.artifact.NDependencyScopePattern scope)
public static net.thevpc.nuts.artifact.NDependencyFilter replaceFilter(net.thevpc.nuts.artifact.NDependencyFilter parent,
Function<net.thevpc.nuts.artifact.NDependencyFilter,net.thevpc.nuts.artifact.NDependencyFilter> replacer)
Copyright © 2026 vpc open source initiative. All rights reserved.