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 PromptProviderMethods in org.springframework.shell.boot with parameters of type PromptProviderModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration.interactiveApplicationRunner(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) -
Uses of PromptProvider in org.springframework.shell.jline
Constructors in org.springframework.shell.jline with parameters of type PromptProviderModifierConstructorDescriptionInteractiveShellRunner(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) JLineInputProvider(org.jline.reader.LineReader lineReader, PromptProvider promptProvider) -
Uses of PromptProvider in org.springframework.shell.samples
Methods in org.springframework.shell.samples that return 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, Shell shell, PromptProvider promptProvider, org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal) Get an instance of a builder.Constructors in org.springframework.shell.test with parameters of type PromptProviderModifierConstructorDescriptionDefaultInteractiveShellSession(Shell shell, PromptProvider promptProvider, org.jline.reader.LineReader lineReader, BlockingQueue<ShellTestClient.ShellRunnerTaskData> blockingQueue, TerminalSession terminalSession, org.jline.terminal.Terminal terminal)