org.apache.karaf.demos.command
Class MyCompleter
java.lang.Object
org.apache.karaf.demos.command.MyCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer
public class MyCompleter
- extends Object
- implements org.apache.karaf.shell.console.Completer
My completer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyCompleter
public MyCompleter()
complete
public int complete(String buffer,
int cursor,
List candidates)
- Specified by:
complete in interface org.apache.karaf.shell.console.Completer
- Parameters:
buffer - it's the beginning string typed by the usercursor - it's the position of the cursorcandidates - the list of completions proposed to the user
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.