Uses of Class
org.springframework.shell.jline.CommandCompleter
Packages that use CommandCompleter
Package
Description
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Uses of CommandCompleter in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return CommandCompleterModifier and TypeMethodDescriptionJLineShellAutoConfiguration.commandCompleter(CommandRegistry commandRegistry) Methods in org.springframework.shell.boot with parameters of type CommandCompleterModifier and TypeMethodDescriptionorg.jline.reader.LineReaderJLineShellAutoConfiguration.lineReader(org.jline.terminal.Terminal terminal, org.jline.reader.Parser parser, CommandCompleter commandCompleter, CommandRegistry commandRegistry) -
Uses of CommandCompleter in org.springframework.shell.jline
Methods in org.springframework.shell.jline that return CommandCompleterModifier and TypeMethodDescriptionDefaultJLineShellConfiguration.commandCompleter(CommandRegistry commandRegistry) Methods in org.springframework.shell.jline with parameters of type CommandCompleterModifier and TypeMethodDescriptionorg.jline.reader.LineReaderDefaultJLineShellConfiguration.lineReader(org.jline.terminal.Terminal terminal, CommandCompleter commandCompleter)