public class ConfigSnapshotHolderImpl extends Object implements ConfigSnapshotHolder
Constructor and Description |
---|
ConfigSnapshotHolderImpl(String configSnapshot,
SortedSet<String> capabilities,
String fileName) |
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
getCapabilities()
Get only required capabilities referenced by the snapshot.
|
String |
getConfigSnapshot()
Get XML node that should be pushed to netconf's edit-config.
|
String |
getFileName() |
String |
toString() |
public String getConfigSnapshot()
ConfigSnapshotHolder
getConfigSnapshot
in interface ConfigSnapshotHolder
public SortedSet<String> getCapabilities()
ConfigSnapshotHolder
getCapabilities
in interface ConfigSnapshotHolder
public String getFileName()
Copyright © 2019 OpenDaylight. All rights reserved.