All Classes and Interfaces
Class
Description
The AbstractWindowsTerminal is used as the base class for windows terminal.
Completer which contains multiple completers and aggregates them together.
A ANSI writer extracts ANSI escape codes written to
a
Writer and calls corresponding process* methods.A
Completer implementation that invokes a child completer using the appropriate separator argument.Attributed string.
Attributed string builder
Text styling.
Control characters
Input flags - software input processing
Marker interface for objects bound to key sequences.
The BindingReader will transform incoming chars into
key bindings
A holder for a
StringBuilder that also contains the current cursor position.A completion candidate.
Color palette
A completer is the mechanism by which tab-completion candidates will be resolved.
A file name completer takes the buffer and issues a list of
potential completions.
An extension of
ParsedLine that, being aware of the quoting and escaping rules
of the Parser that produced it, knows if and how a completion candidate
should be escaped/quoted.Curses helper methods.
Class holding the cursor position.
History using a file for persistent backing.Class containing the diff method.
Class representing one diff operation.
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
Handle display and visual cursor.
This exception is thrown by
LineReader.readLine() when
user the user types ctrl-D).Helper methods for running unix commands.
Console implementation with embedded line disciplined.
A simple buffering output stream with no synchronization.
Deprecated.
Console history.
Infocmp helper methods.
A class for turning a byte stream into a character stream.
The KeyMap class contains all bindings from keys to operations.
The kill ring class keeps killed text in a fixed size ring.
The Damerau-Levenshtein Algorithm is an extension to the Levenshtein
Algorithm which solves the edit distance problem between a source string and
a target string with the following operations:
Character Insertion
Character Deletion
Character Replacement
Adjacent Character Swap
Note that the adjacent character swap operation is an edit that may be
applied when two adjacent characters in the source string match two adjacent
characters in the target string, but in reverse order, rather than a general
allowance for adjacent character swaps.
Abstract terminal with support for line discipline.
Read lines from the console, with input editing.
A reader for terminal applications.
Possible states in which the current readline operation may be in.
Internal logger.
Callback used to mask parts of the line
NFA implementation.
Non blocking input stream
This class wraps a regular input stream and allows it to appear as if it
is non-blocking; that is, reads can be performed against it that timeout
if no data is seen for a period of time.
Non blocking reader
This class wraps a regular reader and allows it to appear as if it
is non-blocking; that is, reads can be performed against it that timeout
if no data is seen for a period of time.
Null completer.
Yet another GNU long options parser.
Exception thrown when using the
--help option on a built-in command.ParsedLine objects are returned by the Parser
during completion or when accepting the line.Redirects a
Writer to a LineReader's LineReader.printAbove(String) method,
which draws output above the current prompt / input line.A reference to a
Widget.Screen terminal implementation.
Manages the JLine shutdown-hook thread and tasks to execute on shutdown.
Essentially a
Runnable which allows running to throw an exception.Signals helpers.
Simple
MaskingCallback that will replace all the characters in the line with the given mask.Completer for a set of strings.
Resolves named (or source-referenced)
AttributedStyle.Java implementation of nanorc highlighter
Completer which contains multiple completers and aggregates them together.
A terminal representing a virtual terminal on the computer.
Types of signals.
The SignalHandler defines the interface used to trap signals and perform specific behaviors.
Builder class to create terminals.
The
TerminalExt interface is implemented by Terminals
and provides access to the Terminal's internals.Helper class ti use during I/O operations with an eventual timeout.
Terminal multiplexer
Simple undo tree.
This exception is thrown by
LineReader.readLine() when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C).
org.graalvm.shadowed.org.jline.builtins.Completers$FileNameCompleterinstead