Class DropAllPacketsCompleter

java.lang.Object
org.opendaylight.openflowplugin.droptestkaraf.DropAllPacketsCompleter
All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer

public class DropAllPacketsCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
General dropAllPackets on/off argument completer.
  • Constructor Details

    • DropAllPacketsCompleter

      public DropAllPacketsCompleter()
  • Method Details

    • complete

      public int complete(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, List<String> candidates)
      Specified by:
      complete in interface org.apache.karaf.shell.api.console.Completer