Add support for Karaf shell lisp:* commands 43/17543/1
authorLorand Jakab <lojakab@cisco.com>
Wed, 1 Apr 2015 14:07:33 +0000 (17:07 +0300)
committerLorand Jakab <lojakab@cisco.com>
Wed, 1 Apr 2015 14:10:21 +0000 (17:10 +0300)
commiteeb141311649875c03b5b10ce3a1f3ca3a2b3dcd
treecbef70f0206f22d9efb8af29e3739e129f130061
parent6c807d5855de341f7c98dc77d5f2841846e862a4
Add support for Karaf shell lisp:* commands

This commit adds the necessary infrastructure to add Karaf shell
commands for the lispflowmapping project and adds the first command:
"lisp:mappings", based on the previos OSGi shell command "dumpAll".
The list of implemented commands and a short help can be consulted at
any time with "help lisp".

Change-Id: Iee6f430053c52dc4933ce920859ce03523dd05e2
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
artifacts/pom.xml
commons/parent/pom.xml
features/pom.xml
features/src/main/resources/features.xml
mappingservice/api/src/main/java/org/opendaylight/lispflowmapping/interfaces/lisp/IFlowMappingShell.java [new file with mode: 0644]
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/Activator.java
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/LispMappingService.java
mappingservice/pom.xml
mappingservice/shell/pom.xml [new file with mode: 0644]
mappingservice/shell/src/main/java/org/opendaylight/lispflowmapping/shell/LispMappings.java [new file with mode: 0644]
mappingservice/shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]