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
Fields in org.jline.console.impl declared as SystemCompleterModifier and TypeFieldDescriptionprivate final SystemCompleterSystemRegistryImpl.customSystemCompleterMethods in org.jline.console.impl that return SystemCompleterModifier and TypeMethodDescriptionprivate SystemCompleterSystemRegistryImpl._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