| Package | Description |
|---|---|
| org.jline.console | |
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl | |
| org.jline.reader.impl.completer |
JLine 3.
|
| org.jline.reader.impl.history |
JLine 3.
|
| Class | Description |
|---|---|
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| Class | Description |
|---|---|
| Binding |
Marker interface for objects bound to key sequences.
|
| Buffer | |
| Candidate |
A completion candidate.
|
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| EndOfFileException |
This exception is thrown by
LineReader.readLine() when
user the user types ctrl-D). |
| Expander | |
| Highlighter | |
| History |
Console history.
|
| History.Entry | |
| LineReader |
Read lines from the console, with input editing.
|
| LineReader.Option | |
| LineReader.RegionType | |
| LineReader.SuggestionType | |
| LineReaderBuilder | |
| MaskingCallback |
Callback used to mask parts of the line
|
| ParsedLine |
ParsedLine objects are returned by the Parser
during completion or when accepting the line. |
| Parser | |
| Parser.ParseContext | |
| SyntaxError | |
| UserInterruptException |
This exception is thrown by
LineReader.readLine() when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C). |
| Widget |
| Class | Description |
|---|---|
| Binding |
Marker interface for objects bound to key sequences.
|
| Buffer | |
| Candidate |
A completion candidate.
|
| 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. |
| EndOfFileException |
This exception is thrown by
LineReader.readLine() when
user the user types ctrl-D). |
| Expander | |
| Highlighter | |
| History |
Console history.
|
| LineReader |
Read lines from the console, with input editing.
|
| LineReader.Option | |
| LineReader.RegionType | |
| LineReader.SuggestionType | |
| MaskingCallback |
Callback used to mask parts of the line
|
| ParsedLine |
ParsedLine objects are returned by the Parser
during completion or when accepting the line. |
| Parser | |
| Parser.ParseContext | |
| UserInterruptException |
This exception is thrown by
LineReader.readLine() when
user interrupt handling is enabled and the user types the
interrupt character (ctrl-C). |
| Widget |
| Class | Description |
|---|---|
| Candidate |
A completion candidate.
|
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| LineReader |
Read lines from the console, with input editing.
|
| ParsedLine |
ParsedLine objects are returned by the Parser
during completion or when accepting the line. |
| Class | Description |
|---|---|
| History |
Console history.
|
| History.Entry | |
| LineReader |
Read lines from the console, with input editing.
|
Copyright © 2020. All rights reserved.