public class NutsDependencyUtils extends Object
| Constructor and Description |
|---|
NutsDependencyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDefaultOptional(String s1) |
static boolean |
isRequiredDependency(net.thevpc.nuts.NutsDependency d) |
static Iterator<net.thevpc.nuts.NutsDependency> |
itIdToDep(net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> id,
net.thevpc.nuts.NutsDependency copyFrom,
net.thevpc.nuts.NutsSession session) |
static Iterator<net.thevpc.nuts.NutsDependency> |
itIdToDep(net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> id,
net.thevpc.nuts.NutsSession session) |
static String |
normalizeDependencyType(String s1) |
public static boolean isRequiredDependency(net.thevpc.nuts.NutsDependency d)
public static Iterator<net.thevpc.nuts.NutsDependency> itIdToDep(net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> id, net.thevpc.nuts.NutsSession session)
public static Iterator<net.thevpc.nuts.NutsDependency> itIdToDep(net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> id, net.thevpc.nuts.NutsDependency copyFrom, net.thevpc.nuts.NutsSession session)
public static boolean isDefaultOptional(String s1)
Copyright © 2022 vpc open source initiative. All rights reserved.