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 SystemCompleterCommandRegistry. aggregateCompleters(CommandRegistry... commandRegistries)Aggregates SystemCompleters from multiple command registries into a single completer.SystemCompleterCommandRegistry. 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 SystemCompleter Modifier and Type Method Description SystemCompleterAbstractCommandRegistry. compileCompleters()SystemCompleterSystemRegistryImpl. 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 voidSystemCompleter. add(SystemCompleter other)
-