1 package org.opendaylight.controller.config.persist.api;
3 import java.util.SortedSet;
5 public interface ConfigSnapshotHolder {
8 * Get part of get-config document that contains just
10 String getConfigSnapshot();
14 * Get only required capabilities referenced by the snapshot.
16 SortedSet<String> getCapabilities();