public class NDependencyUtils extends Object
| Constructor and Description |
|---|
NDependencyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDefaultOptional(String s1) |
static boolean |
isOptionalDependency(net.thevpc.nuts.NDependency d) |
static boolean |
isRequiredDependency(net.thevpc.nuts.NDependency d) |
static Iterator<net.thevpc.nuts.NDependency> |
itIdToDep(net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> id) |
static Iterator<net.thevpc.nuts.NDependency> |
itIdToDep(net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> id,
net.thevpc.nuts.NDependency copyFrom) |
static String |
normalizeDependencyType(String s1) |
static String |
toExclusionListString(net.thevpc.nuts.NId[] exclusions) |
public static String toExclusionListString(net.thevpc.nuts.NId[] exclusions)
public static boolean isOptionalDependency(net.thevpc.nuts.NDependency d)
public static boolean isRequiredDependency(net.thevpc.nuts.NDependency d)
public static Iterator<net.thevpc.nuts.NDependency> itIdToDep(net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> id)
public static Iterator<net.thevpc.nuts.NDependency> itIdToDep(net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> id, net.thevpc.nuts.NDependency copyFrom)
public static boolean isDefaultOptional(String s1)
Copyright © 2025 vpc open source initiative. All rights reserved.