org.apache.karaf.shell.console
Interface Completer

All Known Implementing Classes:
AggregateCompleter, ArgumentCompleter, CommandNamesCompleter, CommandsCompleter, FileCompleter, NullCompleter, StringsCompleter

public interface Completer


Method Summary
 int complete(String buffer, int cursor, List<String> candidates)
           
 

Method Detail

complete

int complete(String buffer,
             int cursor,
             List<String> candidates)


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.