All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static File |
getBootCacheJar(NBootId vid,
NBootRepositoryLocation[] repositories,
NBootRepositoryLocation cacheFolder,
boolean useCache,
String name,
Instant expire,
NBootErrorInfoList errorList,
NBootOptionsInfo bOptions,
Function<String,String> pathExpansionConverter) |
static String |
getFileName(NBootId id,
String ext) |
static String |
getPathFile(NBootId id,
String name) |
static boolean |
isMavenSettingsRepo(NBootRepositoryLocation loc) |
static Set<NBootId> |
loadDependenciesFromId(NBootId rid,
Collection<NBootRepositoryLocation> repos) |
static Set<NBootId> |
loadDependenciesFromNutsUrl(String url) |
static NBootId[] |
resolveJarIds(URL url)
detect artifact ids from a URL.
|
static NBootId |
resolveLatestMavenId(NBootId zId,
Predicate<NBootVersion> filter,
Collection<NBootRepositoryLocation> bootRepositories,
NBootOptionsInfo options)
find latest maven artifact
|
static String |
resolveMavenFullPath(NBootRepositoryLocation repo,
NBootId nutsId,
String ext) |
static String |
resolveNutsApiPomPattern(String propName,
NBootContext bContext) |
static String |
resolveNutsApiVersionFromClassPath(NBootContext bContext) |
static File |
resolveOrDownloadJar(NBootId nutsId,
NBootRepositoryLocation[] repositories,
NBootRepositoryLocation cacheFolder,
boolean includeDesc,
Instant expire,
NBootErrorInfoList errors) |
static Map<String,String> |
resolvePomTagValues(String[] propNames,
File file) |
static Map<String,String> |
resolvePomTagValues(String[] propNames,
InputStream is) |
static String |
toMavenPath(NBootId nutsId) |