Query current completer function.
Query current encoding of fallback BufferedReader.
Get the history buffer in a supplied Collection.
Get the specified entry from the history buffer.
Get the size, in elements (lines), of the history buffer.
Constant for Getline implementation.
Query the current line buffer.
Query name of backing library.
Returns the current prompt.
Query behavior in case an unsupported method is called.
Query integer readline-variable.
Query string readline-variable.
Query word break characters.
Constant for GNU-Readline implementation.
Return if we have a terminal.
Constant to access history_base using
getVar()
or setVar()
.
Constant to access history_length using
getVar()
or setVar()
.
Constant to access history_max_entries using
getVar()
or setVar()
.
Constant to access history_no_expand_chars using
getVar()
or setVar()
.
Constant to access history_quotes_inhibit_expansion using
getVar()
or setVar()
.
Constant to access history_search_delimiter_chars using
getVar()
or setVar()
.
Constant to access history_word_delimiters using
getVar()
or setVar()
.
Reads what's given from readline()
into a buffer.
Reads a history file into memory
Supporting implementations:
Read keybindings and variable assignments from a file.
This class implements basic functionality of the GNU-readline interface.
Display a prompt on standard output and read a string from standard
input.
Display a prompt on standard output and read a string from
standard input.
Callback interface that implements completion.
This class implements a typesafe enumeration of the backing libraries.
A Reader
wrapper for the Readline classes.
Constructs a ReadlineReader object with an associated history
file.
Constructs a ReadlineReader object with the default prompt.
Constructs a ReadlineReader object with an associated history
file and prompt.
Constructs a ReadlineReader object with the given prompt.
ReadlineTest.java
This class shows the usage of the readline wrapper.
Constant to access rl_already_prompted using
getVar()
or setVar()
.
Constant to access rl_attempted_completion_over using
getVar()
or setVar()
.
Constant to access rl_basic_quote_characters using
getVar()
or setVar()
.
Constant to access rl_basic_word_break_characters using
getVar()
or setVar()
.
Constant to access rl_catch_signals using
getVar()
or setVar()
.
Constant to access rl_catch_sigwinch using
getVar()
or setVar()
.
Constant to access rl_completer_quote_characters using
getVar()
or setVar()
.
Constant to access rl_completer_word_break_characters using
getVar()
or setVar()
.
Constant to access rl_completion_append_character using
getVar()
or setVar()
.
Constant to access rl_completion_mark_symlink_dirs using
getVar()
or setVar()
.
Constant to access rl_completion_query_items using
getVar()
or setVar()
.
Constant to access rl_completion_suppress_append using
getVar()
or setVar()
.
Constant to access rl_completion_type using
getVar()
or setVar()
.
Constant to access rl_dispatching using
getVar()
or setVar()
.
Constant to access rl_done using
getVar()
or setVar()
.
Constant to access rl_editing_mode using
getVar()
or setVar()
.
Constant to access rl_end using
getVar()
or setVar()
.
Constant to access rl_erase_empty_line using
getVar()
or setVar()
.
Constant to access rl_executing_macro using
getVar()
or setVar()
.
Constant to access rl_explicit_arg using
getVar()
or setVar()
.
Constant to access rl_filename_completion_desired using
getVar()
or setVar()
.
Constant to access rl_filename_quote_characters using
getVar()
or setVar()
.
Constant to access rl_filename_quoting_desired using
getVar()
or setVar()
.
Constant to access rl_gnu_readline_p using
getVar()
or setVar()
.
Constant to access rl_ignore_completion_duplicates using
getVar()
or setVar()
.
Constant to access rl_inhibit_completion using
getVar()
or setVar()
.
Constant to access rl_insert_mode using
getVar()
or setVar()
.
Constant to access rl_library_version using
getVar()
or setVar()
.
Constant to access rl_line_buffer using
getVar()
or setVar()
.
Constant to access rl_mark using
getVar()
or setVar()
.
Constant to access rl_num_chars_to_read using
getVar()
or setVar()
.
Constant to access rl_numeric_arg using
getVar()
or setVar()
.
Constant to access rl_pending_input using
getVar()
or setVar()
.
Constant to access rl_point using
getVar()
or setVar()
.
Constant to access rl_prompt using
getVar()
or setVar()
.
Constant to access rl_readline_name using
getVar()
or setVar()
.
Constant to access rl_readline_state using
getVar()
or setVar()
.
Constant to access rl_readline_version using
getVar()
or setVar()
.
Constant to access rl_special_prefixes using
getVar()
or setVar()
.
Constant to access rl_terminal_name using
getVar()
or setVar()
.