public final class NReservedMavenUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
JAR_NUTS_JSON_POM_PATH |
static Pattern |
JAR_POM_PATH |
static Pattern |
NUTS_OS_ARCH_DEPS_PATTERN |
static Pattern |
PATTERN_TARGET_CLASSES |
| Constructor and Description |
|---|
NReservedMavenUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFileName(net.thevpc.nuts.NId id,
String ext) |
static Set<net.thevpc.nuts.NId> |
loadDependenciesFromNutsUrl(String url,
net.thevpc.nuts.log.NLog bLog) |
static net.thevpc.nuts.NId[] |
resolveJarIds(URL url)
detect artifact ids from a URL.
|
static String |
resolveNutsApiPomPattern(String propName,
net.thevpc.nuts.log.NLog bLog) |
static String |
resolveNutsApiVersionFromClassPath(net.thevpc.nuts.log.NLog bLog) |
static Map<String,String> |
resolvePomTagValues(String[] propNames,
File file) |
static Map<String,String> |
resolvePomTagValues(String[] propNames,
InputStream is) |
public static final Pattern JAR_POM_PATH
public static final Pattern JAR_NUTS_JSON_POM_PATH
public static final Pattern NUTS_OS_ARCH_DEPS_PATTERN
public static final Pattern PATTERN_TARGET_CLASSES
public static net.thevpc.nuts.NId[] resolveJarIds(URL url)
url - to look into!public static Set<net.thevpc.nuts.NId> loadDependenciesFromNutsUrl(String url, net.thevpc.nuts.log.NLog bLog)
public static String resolveNutsApiVersionFromClassPath(net.thevpc.nuts.log.NLog bLog)
public static String resolveNutsApiPomPattern(String propName, net.thevpc.nuts.log.NLog bLog)
public static Map<String,String> resolvePomTagValues(String[] propNames, File file)
public static Map<String,String> resolvePomTagValues(String[] propNames, InputStream is)
Copyright © 2025 vpc open source initiative. All rights reserved.