| Constructor and description |
|---|
SortedAggregateCompleter() |
SortedAggregateCompleter(java.util.Collection<Completer> completers)Construct an AggregateCompleter with the given collection of completers. |
SortedAggregateCompleter(Completer completers)Construct an AggregateCompleter with the given completers. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
complete(LineReader reader, ParsedLine line, java.util.List<Candidate> candidates)Perform a completion operation across all aggregated completers. |
|
public java.util.Collection<Completer> |
getCompleters()Retrieve the collection of completers currently being aggregated. |
|
public java.lang.String |
toString()
|
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Construct an AggregateCompleter with the given collection of completers. The completers will be used in the iteration order of the collection.
completers - the collection of completersConstruct an AggregateCompleter with the given completers. The completers will be used in the order given.
completers - the completersPerform a completion operation across all aggregated completers.
Retrieve the collection of completers currently being aggregated.