Uses of Class
org.aesh.readline.Prompt
Packages that use Prompt
-
Uses of Prompt in org.aesh.readline
Methods in org.aesh.readline that return PromptModifier and TypeMethodDescriptionPrompt.PromptBuilder.build()Builds a newPromptinstance from the configured parameters.Prompt.copy()Creates a copy of this prompt.Buffer.prompt()Returns the current prompt.ReadlineRequest.prompt()Returns the prompt to display.Methods in org.aesh.readline with parameters of type PromptModifier and TypeMethodDescriptionSets the prompt to display (required).voidReadline.readline(org.aesh.terminal.Connection conn, Prompt prompt, Consumer<String> requestHandler) Reads a line of input from the connection with a Prompt object.voidReadline.readline(org.aesh.terminal.Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions) Reads a line of input from the connection with a Prompt object and completions.voidvoidSpecify the promptConstructors in org.aesh.readline with parameters of type PromptModifierConstructorDescriptionAeshConsoleBuffer(org.aesh.terminal.Connection connection, Prompt prompt, EditMode editMode, History history, CompletionHandler completionHandler, boolean ansi, CursorListener listener) Creates a new AeshConsoleBuffer.Creates a copy of the specified prompt.