| Class | Description |
|---|---|
| AbstractCommandRegistry |
CommandRegistry common methods.
|
| AggregateCompleter |
Completer which contains multiple completers and aggregates them together.
|
| ArgDesc | |
| ArgumentCompleter |
A
Completer implementation that invokes a child completer using the appropriate separator argument. |
| ArgumentCompleter.ArgumentLine | |
| Binding |
Marker interface for objects bound to key sequences.
|
| BindingReader |
The BindingReader will transform incoming chars into
key bindings
|
| Buffer | |
| BufferImpl |
A holder for a
StringBuilder that also contains the current cursor position. |
| Candidate |
A completion candidate.
|
| CmdDesc | |
| CommandInput | |
| CommandMethods | |
| CommandRegistry |
Store command information, compile tab completers and execute registered commands.
|
| CommandRegistry.CommandSession | |
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| CompletingParsedLine |
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. |
| ConfigurationPath | |
| DefaultExpander | |
| DefaultHighlighter | |
| DefaultHistory |
History using a file for persistent backing. |
| DefaultHistory.EntryImpl | |
| DefaultParser | |
| DefaultParser.Bracket | |
| Editor | |
| EndOfFileException |
This exception is thrown by
LineReader.readLine() when
user the user types ctrl-D). |
| EnumCompleter | |
| EOFError | |
| Expander | |
| FileNameCompleter | Deprecated.
use
org.jline.builtins.Completers$FileNameCompleter instead |
| Highlighter | |
| History |
Console history.
|
| History.Entry | |
| KeyMap<T> |
The KeyMap class contains all bindings from keys to operations.
|
| KillRing |
The kill ring class keeps killed text in a fixed size ring.
|
| LineReader |
Read lines from the console, with input editing.
|
| LineReader.Option | |
| LineReader.RegionType | |
| LineReader.SuggestionType | |
| LineReaderBuilder | |
| LineReaderImpl |
A reader for terminal applications.
|
| LineReaderImpl.BellType | |
| LineReaderImpl.CompletionType | |
| LineReaderImpl.PostResult | |
| LineReaderImpl.State |
Possible states in which the current readline operation may be in.
|
| LineReaderImpl.ViMoveMode | |
| Macro | |
| MaskingCallback |
Callback used to mask parts of the line
|
| NullCompleter |
Null completer.
|
| ParsedLine |
ParsedLine objects are returned by the Parser
during completion or when accepting the line. |
| Parser | |
| Parser.ParseContext | |
| Printer |
Print object to the console.
|
| ReaderUtils | |
| Reference |
A reference to a
Widget. |
| ScriptEngine |
Manage scriptEngine variables, statements and script execution.
|
| SimpleMaskingCallback |
Simple
MaskingCallback that will replace all the characters in the line with the given mask. |
| StringsCompleter |
Completer for a set of strings.
|
| SyntaxError | |
| SystemCompleter |
Completer which contains multiple completers and aggregates them together.
|
| UndoTree<T> |
Simple undo tree.
|
| UserInterruptException |
This exception is thrown by
LineReader.readLine() when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C). |
| Widget |
Copyright © 2020. All rights reserved.