Class VplsCommandCompleter

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.console.Completer

    public class VplsCommandCompleter
    extends org.onosproject.cli.AbstractChoicesCompleter
    VPLS command completer.
    • Field Summary

      • Fields inherited from class org.onosproject.cli.AbstractChoicesCompleter

        commandLine, session
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> choices()  
      • Methods inherited from class org.onosproject.cli.AbstractChoicesCompleter

        complete
      • 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 Detail

      • VplsCommandCompleter

        public VplsCommandCompleter()
    • Method Detail

      • choices

        public java.util.List<java.lang.String> choices()
        Specified by:
        choices in class org.onosproject.cli.AbstractChoicesCompleter