Package | Description |
---|---|
org.opennms.karaf.extender |
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
KarafExtender.getFeaturesBoot() |
List<Feature> |
Repository.getFeaturesBoot() |
List<Feature> |
KarafExtender.getFeaturesIn(Path featuresBootFile) |
Modifier and Type | Method and Description |
---|---|
void |
KarafExtender.filterFeatures(List<Feature> features)
Any feature that starts with '!' will be removed
from the list, and will remove all other features
with the same name and version.
|
Constructor and Description |
---|
KarDependencyHandler(List<Feature> features,
org.apache.karaf.kar.KarService karService,
org.apache.karaf.features.FeaturesService featuresService) |
Repository(Path path,
List<URI> featureUris,
List<Feature> featuresBoot) |
Copyright © 2021. All rights reserved.