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

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

public class AggregateCompleter
extends Object
implements Completer

Completer which contains multipule completers and aggregates them together.


Constructor Summary
AggregateCompleter(Collection<Completer> completers)
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateCompleter

public AggregateCompleter(Collection<Completer> completers)
Method Detail

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.