| Package | Description |
|---|---|
| net.thevpc.nuts.boot |
Nuts : Network Updatable Things Service (universal package manager) is
a new Open Source Package Manager to help install packages
and libraries for runtime execution.
|
| net.thevpc.nuts.boot.internal.maven |
| Modifier and Type | Method and Description |
|---|---|
protected NBootRepositoryLocation |
NBootRepositoryLocation.clone() |
NBootRepositoryLocation |
NBootRepositoryLocation.copy() |
NBootRepositoryLocation |
NBootRepositoryConfig.getLocation() |
NBootRepositoryLocation |
NBootRepositorySelector.getLocation() |
static NBootRepositoryLocation |
NBootRepositoryLocation.of(String locationString)
Create a new NutsRepositoryLocation
|
static NBootRepositoryLocation |
NBootRepositoryLocation.of(String locationString,
NBootRepositoryDB db)
Create a new NutsRepositoryLocation.
|
static NBootRepositoryLocation[] |
NBootRepositoryLocation.of(String repositorySelectionExpression,
NBootRepositoryLocation[] available,
NBootRepositoryDB db) |
static NBootRepositoryLocation |
NBootRepositoryLocation.of(String name,
String fullLocation)
Create a new NutsRepositoryLocation.
|
static NBootRepositoryLocation |
NBootRepositoryLocation.of(String name,
String locationType,
String path) |
static NBootRepositoryLocation |
NBootRepositoryLocation.of(String name,
String locationType,
String path,
Map<String,String> properties) |
static NBootRepositoryLocation |
NBootRepositoryLocation.ofName(String name) |
NBootRepositoryLocation |
NBootRepositoryLocationList.removeAt(int i) |
NBootRepositoryLocation[] |
NBootRepositorySelectorList.resolve(NBootRepositoryLocation[] available,
NBootRepositoryDB db) |
NBootRepositoryLocation |
NBootRepositoryLocation.setLocationType(String locationType)
return a new instance with the updated location type
|
NBootRepositoryLocation |
NBootRepositoryLocation.setName(String name)
return a new instance with the updated name
|
NBootRepositoryLocation |
NBootRepositoryLocation.setPath(String path)
return a new instance with the location
|
NBootRepositoryLocation[] |
NBootRepositoryLocationList.toArray() |
| Modifier and Type | Method and Description |
|---|---|
Set<NBootRepositoryLocation> |
NBootWorkspaceImpl.resolveBootRuntimeRepositories()
repositories used to locale nuts-runtime artifact or its dependencies
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NBootRepositorySelectorList.acceptExisting(NBootRepositoryLocation location) |
NBootRepositoryLocationList |
NBootRepositoryLocationList.add(NBootRepositoryLocation a) |
NBootRepositoryLocationList |
NBootRepositoryLocationList.addAll(NBootRepositoryLocation[] all) |
int |
NBootRepositoryLocation.compareTo(NBootRepositoryLocation o)
compare string representations of the locations
|
boolean |
NBootRepositoryLocationList.containsSelection(NBootRepositoryLocation s) |
int |
NBootRepositoryLocationList.indexOf(NBootRepositoryLocation other,
int offset) |
boolean |
NBootRepositorySelector.matches(NBootRepositoryLocation other) |
static NBootRepositoryLocation[] |
NBootRepositoryLocation.of(String repositorySelectionExpression,
NBootRepositoryLocation[] available,
NBootRepositoryDB db) |
NBootRepositoryLocation[] |
NBootRepositorySelectorList.resolve(NBootRepositoryLocation[] available,
NBootRepositoryDB db) |
NBootRepositoryConfig |
NBootRepositoryConfig.setLocation(NBootRepositoryLocation location) |
| Constructor and Description |
|---|
NBootRepositoryLocationList(NBootRepositoryLocation[] all) |
NBootRepositorySelector(String op,
NBootRepositoryLocation location) |
| Modifier and Type | Method and Description |
|---|---|
List<NBootRepositoryLocation> |
NMavenSettingsBoot.getActiveRepositories() |
| Modifier and Type | Method and Description |
|---|---|
static File |
NReservedMavenUtilsBoot.getBootCacheJar(NBootId vid,
NBootRepositoryLocation[] repositories,
NBootRepositoryLocation cacheFolder,
boolean useCache,
String name,
Instant expire,
NBootErrorInfoList errorList,
NBootOptionsInfo bOptions,
Function<String,String> pathExpansionConverter) |
static File |
NReservedMavenUtilsBoot.getBootCacheJar(NBootId vid,
NBootRepositoryLocation[] repositories,
NBootRepositoryLocation cacheFolder,
boolean useCache,
String name,
Instant expire,
NBootErrorInfoList errorList,
NBootOptionsInfo bOptions,
Function<String,String> pathExpansionConverter) |
static boolean |
NReservedMavenUtilsBoot.isMavenSettingsRepo(NBootRepositoryLocation loc) |
static String |
NReservedMavenUtilsBoot.resolveMavenFullPath(NBootRepositoryLocation repo,
NBootId nutsId,
String ext) |
static File |
NReservedMavenUtilsBoot.resolveOrDownloadJar(NBootId nutsId,
NBootRepositoryLocation[] repositories,
NBootRepositoryLocation cacheFolder,
boolean includeDesc,
Instant expire,
NBootErrorInfoList errors) |
static File |
NReservedMavenUtilsBoot.resolveOrDownloadJar(NBootId nutsId,
NBootRepositoryLocation[] repositories,
NBootRepositoryLocation cacheFolder,
boolean includeDesc,
Instant expire,
NBootErrorInfoList errors) |
| Modifier and Type | Method and Description |
|---|---|
static Set<NBootId> |
NReservedMavenUtilsBoot.loadDependenciesFromId(NBootId rid,
Collection<NBootRepositoryLocation> repos) |
static NBootId |
NReservedMavenUtilsBoot.resolveLatestMavenId(NBootId zId,
Predicate<NBootVersion> filter,
Collection<NBootRepositoryLocation> bootRepositories,
NBootOptionsInfo options)
find latest maven artifact
|
NMavenSettingsBoot |
NMavenSettingsBoot.setActiveRepositories(List<NBootRepositoryLocation> activeRepositories) |
Copyright © 2026 vpc open source initiative. All rights reserved.