Uses of Class
org.aesh.readline.editing.EditModeBuilder
Packages that use EditModeBuilder
-
Uses of EditModeBuilder in org.aesh.readline.editing
Methods in org.aesh.readline.editing that return EditModeBuilderModifier and TypeMethodDescriptionAdds a key binding action to the builder.EditModeBuilder.addVariable(Variable variable, String value) Adds a variable with its value to the builder.static EditModeBuilderEditModeBuilder.builder()Creates a new EditModeBuilder instance with default settings.static EditModeBuilderEditModeBuilder.builder(EditMode.Mode mode) Creates a new EditModeBuilder instance with the specified editing mode.Sets the terminal device for the builder.EditModeBuilder.parseInputrc(InputStream inputStream) Parses an inputrc file from the given input stream and applies the settings to this builder.Methods in org.aesh.readline.editing with parameters of type EditModeBuilderModifier and TypeMethodDescriptionprotected static EditModeInputrcParser.parseInputrc(InputStream inputStream, EditModeBuilder editMode) Parses an inputrc file from the given input stream using the provided EditModeBuilder.protected static voidInputrcParser.parseLine(String line, EditModeBuilder editMode) Parses a single line from an inputrc file and applies it to the EditModeBuilder.