Uses of Class
org.aesh.readline.Prompt.PromptBuilder
Packages that use Prompt.PromptBuilder
-
Uses of Prompt.PromptBuilder in org.aesh.readline
Methods in org.aesh.readline that return Prompt.PromptBuilderModifier and TypeMethodDescriptionSets the ANSI-formatted string for display.static Prompt.PromptBuilderPrompt.builder()Creates a new PromptBuilder for constructing Prompt instances.Prompt.PromptBuilder.characters(List<TerminalCharacter> characters) Sets the prompt from a list of individually formattedTerminalCharacters.Prompt.PromptBuilder.mask(char mask) Sets the mask character for hiding user input (e.g., for passwords).Sets the prompt text.Prompt.PromptBuilder.promptCodePoints(int[] codePoints) Sets the prompt as an array of Unicode code points.Prompt.PromptBuilder.terminalString(TerminalString terminalString) Sets the prompt from aTerminalStringwith ANSI formatting.