Uses of Interface
org.springframework.shell.jline.PromptProvider
Packages that use PromptProvider
Package
Description
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Uses of PromptProvider in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return PromptProvider -
Uses of PromptProvider in org.springframework.shell.jline
Methods in org.springframework.shell.jline with parameters of type PromptProviderModifier and TypeMethodDescriptionvoidJLineInputProvider.setPromptProvider(PromptProvider promptProvider) -
Uses of PromptProvider in org.springframework.shell.test
Methods in org.springframework.shell.test with parameters of type PromptProviderModifier and TypeMethodDescriptionstatic ShellTestClient.BuilderShellTestClient.builder(TerminalSession terminalSession, PromptProvider promptProvider, org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal, org.jline.reader.Parser parser) Get an instance of a builder.Constructors in org.springframework.shell.test with parameters of type PromptProviderModifierConstructorDescriptionDefaultInteractiveShellSession(PromptProvider promptProvider, org.jline.reader.LineReader lineReader, BlockingQueue<ShellTestClient.ShellRunnerTaskData> blockingQueue, TerminalSession terminalSession, org.jline.terminal.Terminal terminal)