Class LispKeys
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opendaylight.lispflowmapping.shell.LispKeys
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
,org.apache.karaf.shell.console.BundleContextAware
public class LispKeys extends org.apache.karaf.shell.console.OsgiCommandSupport
This class implements the "mappingservice:keys" Karaf shell command.- Author:
- Lorand Jakab
-
-
Constructor Summary
Constructors Constructor Description LispKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
doExecute()
void
setMappingServiceShell(IMappingServiceShell mappingServiceShell)
-
-
-
Method Detail
-
doExecute
protected java.lang.Object doExecute() throws java.lang.Exception
- Specified by:
doExecute
in classorg.apache.karaf.shell.console.AbstractAction
- Throws:
java.lang.Exception
-
setMappingServiceShell
public void setMappingServiceShell(IMappingServiceShell mappingServiceShell)
-
-