Package | Description |
---|---|
org.opendaylight.odlparent |
Modifier and Type | Method and Description |
---|---|
static Set<org.apache.karaf.features.internal.model.Features> |
FeatureUtil.findAllFeaturesRecursively(AetherUtil aetherUtil,
org.apache.karaf.features.internal.model.Features features,
Set<String> existingCoords)
Unmarshals all the features starting from the given feature.
|
static Set<org.apache.karaf.features.internal.model.Features> |
FeatureUtil.findAllFeaturesRecursively(AetherUtil aetherUtil,
Set<org.apache.karaf.features.internal.model.Features> features)
Unmarshals all the features (including known ones) starting from the given features.
|
static Set<org.apache.karaf.features.internal.model.Features> |
FeatureUtil.findAllFeaturesRecursively(AetherUtil aetherUtil,
Set<org.apache.karaf.features.internal.model.Features> features,
Set<String> existingCoords)
Unmarshals all the features starting from the given features.
|
static org.apache.karaf.features.internal.model.Features |
FeatureUtil.readFeature(AetherUtil aetherUtil,
String coords)
Unmarshal the features matching the given artifact coordinates.
|
Copyright © 2017 OpenDaylight. All rights reserved.