Uses of Class
org.jline.reader.impl.completer.SystemCompleter
-
Packages that use SystemCompleter Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl org.jline.reader.impl.completer JLine 3 Completer Implementations. -
-
Uses of SystemCompleter in org.jline.console
Methods in org.jline.console that return SystemCompleter Modifier and Type Method Description static SystemCompleter
CommandRegistry. aggregateCompleters(CommandRegistry... commandRegistries)
Aggregates SystemCompleters from multiple command registries into a single completer.SystemCompleter
CommandRegistry. compileCompleters()
Returns aSystemCompleter
that can provide detailed completion information for all registered commands.static SystemCompleter
CommandRegistry. 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 SystemCompleter Modifier and Type Method Description SystemCompleter
AbstractCommandRegistry. compileCompleters()
SystemCompleter
SystemRegistryImpl. compileCompleters()
-
Uses of SystemCompleter in org.jline.reader.impl.completer
Methods in org.jline.reader.impl.completer with parameters of type SystemCompleter Modifier and Type Method Description void
SystemCompleter. add(SystemCompleter other)
-