org.apache.karaf.shell.console.completer
Class FileCompleter

java.lang.Object
  extended by org.apache.karaf.shell.console.completer.FileCompleter
All Implemented Interfaces:
Completer

public class FileCompleter
extends java.lang.Object
implements Completer

A completer for file names


Constructor Summary
FileCompleter(org.apache.felix.service.command.CommandSession session)
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCompleter

public FileCompleter(org.apache.felix.service.command.CommandSession session)
Method Detail

complete

public int complete(java.lang.String buffer,
                    int cursor,
                    java.util.List candidates)
Specified by:
complete in interface Completer


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.