| 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.util |
| Modifier and Type | Method and Description |
|---|---|
static NBootHomeLocation |
NBootHomeLocation.of(String osFamily,
String storeLocation) |
static NBootHomeLocation |
NBootHomeLocation.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<NBootHomeLocation,String> |
NBootOptionsInfo.getHomeLocations() |
| Modifier and Type | Method and Description |
|---|---|
String |
NBootOptionsInfo.getHomeLocation(NBootHomeLocation location) |
NBootOptionsInfo |
NBootOptionsInfo.setHomeLocation(NBootHomeLocation location,
String value)
set home location
|
| Modifier and Type | Method and Description |
|---|---|
NBootOptionsInfo |
NBootOptionsInfo.setHomeLocations(Map<NBootHomeLocation,String> homeLocations) |
| Modifier and Type | Method and Description |
|---|---|
static Map<NBootHomeLocation,String> |
NBootBootConfigLoader.asNutsHomeLocationMap(Map<Object,String> m) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
NBootPlatformHome.buildLocations(String storeStrategy,
Map<String,String> baseLocations,
Map<NBootHomeLocation,String> homeLocations,
String workspaceLocation) |
String |
NBootPlatformHome.getCustomPlatformHomeFolder(String storeType,
Map<NBootHomeLocation,String> homeLocations)
resolves custom nuts home folder from
homeLocations. |
String |
NBootPlatformHome.getGlobalLocation(String location,
Map<NBootHomeLocation,String> homeLocations) |
String |
NBootPlatformHome.getWorkspaceLocation(String location,
Map<NBootHomeLocation,String> homeLocations,
String workspaceName)
resolves nuts home folder.Home folder is the root for nuts folders.It
depends on folder type and store layout.
|
Copyright © 2026 vpc open source initiative. All rights reserved.