public class NutsIdUtils extends Object
| Constructor and Description |
|---|
NutsIdUtils() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.NutsId |
apiId(String apiVersion,
net.thevpc.nuts.NutsSession session) |
static void |
checkValidEffectiveId(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
static net.thevpc.nuts.NutsId |
createContentFaceId(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDescriptor desc,
net.thevpc.nuts.NutsSession session) |
static net.thevpc.nuts.NutsId |
findRuntimeForApi(String apiVersion,
net.thevpc.nuts.NutsSession session) |
static String |
getPath(net.thevpc.nuts.NutsId id,
String ext,
char sep) |
static boolean |
isApiId(net.thevpc.nuts.NutsId id) |
static boolean |
isRuntimeId(net.thevpc.nuts.NutsId id) |
static net.thevpc.nuts.NutsId |
runtimeId(String runtimeVersion,
net.thevpc.nuts.NutsSession session) |
public static void checkValidEffectiveId(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public static net.thevpc.nuts.NutsId createContentFaceId(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDescriptor desc,
net.thevpc.nuts.NutsSession session)
public static boolean isApiId(net.thevpc.nuts.NutsId id)
public static boolean isRuntimeId(net.thevpc.nuts.NutsId id)
public static net.thevpc.nuts.NutsId apiId(String apiVersion, net.thevpc.nuts.NutsSession session)
public static net.thevpc.nuts.NutsId runtimeId(String runtimeVersion, net.thevpc.nuts.NutsSession session)
public static net.thevpc.nuts.NutsId findRuntimeForApi(String apiVersion, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.