Uses of Class
org.aesh.readline.ReadlineRequest.Builder
Packages that use ReadlineRequest.Builder
-
Uses of ReadlineRequest.Builder in org.aesh.readline
Methods in org.aesh.readline that return ReadlineRequest.BuilderModifier and TypeMethodDescriptionstatic ReadlineRequest.BuilderReadlineRequest.builder()Creates a new builder for constructing aReadlineRequest.ReadlineRequest.Builder.completions(List<Completion> completions) Sets the list of completions for tab completion.ReadlineRequest.Builder.connection(Connection connection) Sets the terminal connection (required).ReadlineRequest.Builder.cursorListener(CursorListener cursorListener) Sets the cursor listener to receive cursor movement events.ReadlineRequest.Builder.flags(EnumMap<ReadlineFlag, Integer> flags) Sets the readline flags controlling behavior.Sets the history instance to use for this readline operation.Sets the list of input pre-processors.Sets the prompt to display using a string (required).Sets the prompt to display (required).ReadlineRequest.Builder.requestHandler(Consumer<String> requestHandler) Sets the callback to receive the completed input line (required).