Package org.springframework.shell.jline
Interface PromptProvider
public interface PromptProvider
Called at each REPL cycle to decide what the prompt should be.
- 
Method Summary
- 
Method Details- 
getPromptorg.jline.utils.AttributedString getPrompt()
 
-