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.core.autoconfigure
Methods in org.springframework.shell.core.autoconfigure that return PromptProviderMethods in org.springframework.shell.core.autoconfigure with parameters of type PromptProviderModifier and TypeMethodDescriptionJLineShellAutoConfiguration.inputProvider(org.jline.reader.LineReader lineReader, PromptProvider 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)