Class UpDownCompleter

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

    public class UpDownCompleter
    extends AbstractChoicesCompleter
    Up/down command completer.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpDownCompleter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> choices()  
      • 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