java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.console.OsgiCommandSupport
org.opendaylight.openflowplugin.applications.southboundcli.cli.ShowNodeCommandProvider
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

public class ShowNodeCommandProvider extends org.apache.karaf.shell.console.OsgiCommandSupport
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    Deprecated.
    void
    setDataBroker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ShowNodeCommandProvider

      public ShowNodeCommandProvider()
  • Method Details

    • setDataBroker

      public void setDataBroker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
    • doExecute

      @Deprecated protected Object doExecute()
      Deprecated.
      Specified by:
      doExecute in class org.apache.karaf.shell.console.AbstractAction