Uses of Class
org.jline.reader.impl.completer.SystemCompleter
Packages that use SystemCompleter
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
JLine 3 Completer Implementations.
-
Uses of SystemCompleter in org.jline.console
Methods in org.jline.console that return SystemCompleterModifier and TypeMethodDescriptionstatic SystemCompleterCommandRegistry.aggregateCompleters(CommandRegistry... commandRegistries) Aggregates SystemCompleters from multiple command registries into a single completer.CommandRegistry.compileCompleters()Returns aSystemCompleterthat can provide detailed completion information for all registered commands.static SystemCompleterCommandRegistry.compileCompleters(CommandRegistry... commandRegistries) Aggregates and compiles SystemCompleters from multiple command registries into a single completer. -
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