Merge "Add test for generated code checking list of dependencies."
[controller.git] / opendaylight / containermanager / api / src / main / java / org / opendaylight / controller / containermanager / IContainerManager.java
index 5daaf00ece4fb4956695c74349d53d471270895a..b2e2a7631b483a977f71e5bbedb4fc7f240243d5 100644 (file)
@@ -187,4 +187,11 @@ public interface IContainerManager {
      * @return  List of Container name strings.
      */
     public List<String> getContainerNames();
+
+    /**
+     * Returns whether the controller is running in container mode
+     *
+     * @return true if controller is in container mode, false otherwise
+     */
+    public boolean inContainerMode();
 }