public class FeatureConfigSnapshotHolder extends Object implements ConfigSnapshotHolder
Constructor and Description |
---|
FeatureConfigSnapshotHolder(org.apache.karaf.features.ConfigFileInfo fileInfo,
org.apache.karaf.features.Feature feature) |
FeatureConfigSnapshotHolder(FeatureConfigSnapshotHolder holder,
org.apache.karaf.features.Feature feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SortedSet<String> |
getCapabilities()
Get only required capabilities referenced by the snapshot.
|
org.apache.karaf.features.Feature |
getCauseFeature() |
String |
getConfigSnapshot()
Get XML node that should be pushed to netconf's edit-config.
|
org.apache.karaf.features.Feature |
getFeature() |
com.google.common.collect.ImmutableList<org.apache.karaf.features.Feature> |
getFeatureChain() |
org.apache.karaf.features.ConfigFileInfo |
getFileInfo() |
int |
hashCode() |
String |
toString() |
public FeatureConfigSnapshotHolder(FeatureConfigSnapshotHolder holder, org.apache.karaf.features.Feature feature) throws JAXBException, XMLStreamException
JAXBException
XMLStreamException
public FeatureConfigSnapshotHolder(org.apache.karaf.features.ConfigFileInfo fileInfo, org.apache.karaf.features.Feature feature) throws JAXBException, XMLStreamException
JAXBException
XMLStreamException
public String getConfigSnapshot()
ConfigSnapshotHolder
getConfigSnapshot
in interface ConfigSnapshotHolder
public SortedSet<String> getCapabilities()
ConfigSnapshotHolder
getCapabilities
in interface ConfigSnapshotHolder
public org.apache.karaf.features.ConfigFileInfo getFileInfo()
public org.apache.karaf.features.Feature getFeature()
public com.google.common.collect.ImmutableList<org.apache.karaf.features.Feature> getFeatureChain()
public org.apache.karaf.features.Feature getCauseFeature()
Copyright © 2019 OpenDaylight. All rights reserved.