public class ScopeCompleter extends Object implements jline.console.completer.Completer
| Constructor and Description |
|---|
ScopeCompleter(jline.console.completer.Completer delegate,
org.apache.felix.service.command.CommandSession session) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<CharSequence> candidates)
Populates candidates with a list of possible
completions for the buffer.
|
public ScopeCompleter(jline.console.completer.Completer delegate,
org.apache.felix.service.command.CommandSession session)
public int complete(String buffer, int cursor, List<CharSequence> candidates)
List before returning.complete in interface jline.console.completer.Completerbuffer - the buffercandidates - the List of candidates to populateCopyright © 2013 OW2 Consortium. All Rights Reserved.