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(NId id,
String ext) |
static Set<NId> |
loadDependenciesFromNutsUrl(String url,
NLog bLog) |
static NId[] |
resolveJarIds(URL url)
detect artifact ids from a URL.
|
static String |
resolveNutsApiPomPattern(String propName,
NLog bLog) |
static String |
resolveNutsApiVersionFromClassPath(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 NId[] resolveJarIds(URL url)
url - to look into!public static Set<NId> loadDependenciesFromNutsUrl(String url, NLog bLog)
public static String resolveNutsApiVersionFromClassPath(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.