Interface PromptProvider


public interface PromptProvider
Called at each REPL cycle to decide what the prompt should be.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jline.utils.AttributedString
     
  • Method Details

    • getPrompt

      org.jline.utils.AttributedString getPrompt()