Make 'mappings' CLI output user friendly
[lispflowmapping.git] / mappingservice / api / src / main / java / org / opendaylight / lispflowmapping / interfaces / mapcache / IMapCache.java
index 91cee91d0a7a3cce3f686262a81795e27a147234..597ab4c8e3af44b10925e8f4c68a8780b133e78f 100644 (file)
@@ -95,4 +95,11 @@ public interface IMapCache {
      * @return a String consisting of all the mappings in the cache
      */
     String printMappings();
+
+    /**
+     * Print mappings in cache in a human friendly format.
+     *
+     * @return a String consisting of all the mappings in the cache
+     */
+    String prettyPrintMappings();
 }