java.lang.Object | |
↳ | jline.console.completer.AggregateCompleter |
Completer which contains multiple completers and aggregates them together.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct an AggregateCompleter with the given collection of completers.
| |||||||||||
Construct an AggregateCompleter with the given completers.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Perform a completion operation across all aggregated completers.
| |||||||||||
Retrieve the collection of completers currently being aggregated.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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 completers |
---|
Construct an AggregateCompleter with the given completers. The completers will be used in the order given.
completers | the completers |
---|
Perform a completion operation across all aggregated completers.
buffer | The buffer |
---|---|
cursor | The current position of the cursor in the buffer |
candidates | The List of candidates to populate |
Retrieve the collection of completers currently being aggregated.