Class LispMappings
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.console.OsgiCommandSupport
org.opendaylight.lispflowmapping.shell.LispMappings
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
,org.apache.karaf.shell.console.BundleContextAware
public class LispMappings
extends org.apache.karaf.shell.console.OsgiCommandSupport
This class implements the "mappingservice:mappings" Karaf shell command.
- Author:
- Lorand Jakab
-
Field Summary
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
bundleContext, usedReferences
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
void
setMappingServiceShell
(IMappingServiceShell mappingServiceShell) Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
execute, getAllServices, getAllServices, getBundleContext, getService, getService, setBundleContext, ungetServices
Methods inherited from class org.apache.karaf.shell.console.AbstractAction
checkInterrupted
-
Constructor Details
-
LispMappings
public LispMappings()
-
-
Method Details
-
doExecute
- Specified by:
doExecute
in classorg.apache.karaf.shell.console.AbstractAction
- Throws:
Exception
-
setMappingServiceShell
-