Uses of Class
org.jline.reader.impl.completer.SystemCompleter
Packages that use SystemCompleter
Package
Description
JLine 3.
-
Uses of SystemCompleter in org.jline.console
Methods in org.jline.console that return SystemCompleterModifier and TypeMethodDescriptionstatic SystemCompleterCommandRegistry.aggregateCompleters(CommandRegistry... commandRegistries) Aggregate SystemCompleters of commandRegisteriesCommandRegistry.compileCompleters()Returns aSystemCompleterthat can provide detailed completion information for all registered commands.static SystemCompleterCommandRegistry.compileCompleters(CommandRegistry... commandRegistries) Aggregate and compile SystemCompleters of commandRegisteries -
Uses of SystemCompleter in org.jline.console.impl
Methods in org.jline.console.impl that return SystemCompleterModifier and TypeMethodDescriptionAbstractCommandRegistry.compileCompleters()SystemRegistryImpl.compileCompleters() -
Uses of SystemCompleter in org.jline.reader.impl.completer
Methods in org.jline.reader.impl.completer with parameters of type SystemCompleter