Uses of Class
org.jline.reader.impl.completer.SystemCompleter
-
Packages that use SystemCompleter Package Description org.jline.console org.jline.console.impl org.jline.reader.impl.completer JLine 3. -
-
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)Aggregate SystemCompleters of commandRegisteriesSystemCompleterCommandRegistry. 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 SystemCompleter Modifier and Type Field Description private SystemCompleterSystemRegistryImpl. customSystemCompleterMethods in org.jline.console.impl that return SystemCompleter Modifier and Type Method Description private SystemCompleterSystemRegistryImpl. _compileCompleters()SystemCompleterAbstractCommandRegistry.CmdRegistry. compileCompleters()SystemCompleterAbstractCommandRegistry. compileCompleters()SystemCompleterAbstractCommandRegistry.EnumCmdRegistry. compileCompleters()SystemCompleterAbstractCommandRegistry.NameCmdRegistry. 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)
-