org.apache.karaf.shell.console.completer
Class FileCompleter
java.lang.Object
org.apache.karaf.shell.console.completer.FileCompleter
- All Implemented Interfaces:
- Completer
public class FileCompleter
- extends Object
- implements Completer
A completer for file names
|
Constructor Summary |
FileCompleter(org.apache.felix.service.command.CommandSession session)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCompleter
public FileCompleter(org.apache.felix.service.command.CommandSession session)
complete
public int complete(String buffer,
int cursor,
List candidates)
- Specified by:
complete in interface Completer
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.