Package org.jline.reader.impl.completer
JLine 3.
- Since:
- 3.0
-
Class Summary Class Description AggregateCompleter Completer which contains multiple completers and aggregates them together.ArgumentCompleter ACompleter
implementation that invokes a child completer using the appropriate separator argument.ArgumentCompleter.ArgumentLine EnumCompleter Completer
forEnum
names.FileNameCompleter Deprecated. useorg.jline.builtins.Completers$FileNameCompleter
insteadNullCompleter Null completer.StringsCompleter Completer for a set of strings.SystemCompleter Completer which contains multiple completers and aggregates them together. -
Exception Summary Exception Description AggregateCompleter Completer which contains multiple completers and aggregates them together.ArgumentCompleter ACompleter
implementation that invokes a child completer using the appropriate separator argument.EnumCompleter Completer
forEnum
names.FileNameCompleter A file name completer takes the buffer and issues a list of potential completions.NullCompleter Null completer.StringsCompleter Completer for a set of strings.SystemCompleter Completer which contains multiple completers and aggregates them together.