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