Adding dependency between driver topology handlers and impl common handler to resolve...
[unimgr.git] / impl / src / main / java / org / opendaylight / unimgr / mef / nrp / api / TopologyManager.java
diff --git a/impl/src/main/java/org/opendaylight/unimgr/mef/nrp/api/TopologyManager.java b/impl/src/main/java/org/opendaylight/unimgr/mef/nrp/api/TopologyManager.java
new file mode 100644 (file)
index 0000000..0850bf7
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2017 Cisco Systems Inc and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+package org.opendaylight.unimgr.mef.nrp.api;
+
+/**
+ * @author bartosz.michalik@amartus.com
+ */
+public interface TopologyManager {
+    String getSystemTopologyId();
+}