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 Summary
Constructors
-
Method Summary
int
complete(org.apache.karaf.shell.api.console.Session session,
org.apache.karaf.shell.api.console.CommandLine commandLine,
List<String> candidates)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.karaf.shell.api.console.Completer
completeCandidates
-
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