Class LispAddKey

  • All Implemented Interfaces:
    org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

    public class LispAddKey
    extends org.apache.karaf.shell.console.OsgiCommandSupport
    This class implements the "mappingservice:addkey" 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

      Constructors 
      Constructor Description
      LispAddKey()  
    • Constructor Detail

      • LispAddKey

        public LispAddKey()
    • Method Detail

      • doExecute

        protected Object doExecute()
                            throws Exception
        Specified by:
        doExecute in class org.apache.karaf.shell.console.AbstractAction
        Throws:
        Exception
      • setMappingServiceShell

        public void setMappingServiceShell​(org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingServiceShell mappingServiceShell)