Interface ColorConfig


  • public interface ColorConfig
    A representation of the CLI color configuration
    Author:
    Ingo Weiss
    • Method Detail

      • isEnabled

        boolean isEnabled()
        Returns:
        If color output if desired
      • getErrorColor

        org.aesh.readline.terminal.formatting.Color getErrorColor()
        Returns:
        The color of error messages
      • getWarnColor

        org.aesh.readline.terminal.formatting.Color getWarnColor()
        Returns:
        The color of warning messages
      • getSuccessColor

        org.aesh.readline.terminal.formatting.Color getSuccessColor()
        Returns:
        The color of success messages
      • getRequiredColor

        org.aesh.readline.terminal.formatting.Color getRequiredColor()
        Returns:
        The color of required autocompletion parameters
      • getWorkflowColor

        org.aesh.readline.terminal.formatting.Color getWorkflowColor()
        Returns:
        The color of batch and workflow prompts
      • getPromptColor

        org.aesh.readline.terminal.formatting.Color getPromptColor()
        Returns:
        The color of the prompt