| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NBootDescriptorProperty |
NBootDescriptorProperty.copy() |
NBootDescriptorProperty |
NBootDescriptorProperty.copyFrom(NBootDescriptorProperty value) |
NBootDescriptorProperty |
NBootProperties.get(String name,
NBootEnvCondition cond) |
NBootDescriptorProperty[] |
NBootProperties.getAll(String name) |
NBootDescriptorProperty |
NBootDescriptor.getProperty(String name) |
NBootDescriptorProperty |
NBootDescriptorProperty.setCondition(NBootEnvCondition condition) |
NBootDescriptorProperty |
NBootDescriptorProperty.setName(String name) |
NBootDescriptorProperty |
NBootDescriptorProperty.setValue(String value) |
NBootDescriptorProperty[] |
NBootProperties.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<NBootDescriptorProperty> |
NBootDescriptor.getProperties() |
List<NBootDescriptorProperty> |
NBootProperties.toList() |
| Modifier and Type | Method and Description |
|---|---|
NBootProperties |
NBootProperties.add(NBootDescriptorProperty p) |
NBootDescriptor |
NBootDescriptor.addProperty(NBootDescriptorProperty property) |
NBootDescriptorProperty |
NBootDescriptorProperty.copyFrom(NBootDescriptorProperty value) |
NBootProperties |
NBootProperties.remove(NBootDescriptorProperty p) |
NBootDescriptor |
NBootDescriptor.removeProperties(NBootDescriptorProperty property) |
| Modifier and Type | Method and Description |
|---|---|
NBootProperties |
NBootProperties.addAll(List<NBootDescriptorProperty> arr) |
NBootDescriptor |
NBootDescriptor.addProperties(List<NBootDescriptorProperty> properties) |
NBootDescriptor |
NBootDescriptor.replaceProperty(Predicate<NBootDescriptorProperty> filter,
Function<NBootDescriptorProperty,NBootDescriptorProperty> converter) |
NBootDescriptor |
NBootDescriptor.replaceProperty(Predicate<NBootDescriptorProperty> filter,
Function<NBootDescriptorProperty,NBootDescriptorProperty> converter) |
NBootDescriptor |
NBootDescriptor.replaceProperty(Predicate<NBootDescriptorProperty> filter,
Function<NBootDescriptorProperty,NBootDescriptorProperty> converter) |
NBootDescriptor |
NBootDescriptor.setProperties(List<NBootDescriptorProperty> properties) |
| Constructor and Description |
|---|
NBootDescriptorProperty(NBootDescriptorProperty other) |
Copyright © 2025 vpc open source initiative. All rights reserved.