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 SystemCompleter
CommandRegistry.aggregateCompleters
(CommandRegistry... commandRegistries) Aggregate SystemCompleters of commandRegisteriesCommandRegistry.compileCompleters()
Returns aSystemCompleter
that can provide detailed completion information for all registered commands.static SystemCompleter
CommandRegistry.compileCompleters
(CommandRegistry... commandRegistries) Aggregate and compile SystemCompleters of commandRegisteries -
Uses of SystemCompleter in org.jline.console.impl
Fields in org.jline.console.impl declared as SystemCompleterModifier and TypeFieldDescriptionprivate final SystemCompleter
SystemRegistryImpl.customSystemCompleter
Methods in org.jline.console.impl that return SystemCompleterModifier and TypeMethodDescriptionprivate SystemCompleter
SystemRegistryImpl._compileCompleters()
AbstractCommandRegistry.CmdRegistry.compileCompleters()
AbstractCommandRegistry.compileCompleters()
AbstractCommandRegistry.EnumCmdRegistry.compileCompleters()
AbstractCommandRegistry.NameCmdRegistry.compileCompleters()
SystemRegistryImpl.compileCompleters()
-
Uses of SystemCompleter in org.jline.reader.impl.completer
Methods in org.jline.reader.impl.completer with parameters of type SystemCompleter