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 java.lang.Object
implements Completer

Completer which contains multipule completers and aggregates them together.

Version:
$Rev: 699733 $ $Date: 2008-09-27 22:55:23 +0200 (Sat, 27 Sep 2008) $

Constructor Summary
AggregateCompleter(java.util.Collection<Completer> completers)
           
 
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

AggregateCompleter

public AggregateCompleter(java.util.Collection<Completer> completers)
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.