org.apache.karaf.shell.console.completer
Class AggregateCompleter
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateCompleter
public AggregateCompleter(Collection<Completer> completers)
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.