Uses of Package
org.jline.reader
Packages that use org.jline.reader
Package
Description
JLine 3.
JLine 3.
JLine 3.
-
Classes in org.jline.reader used by org.jline.builtinsClassDescriptionA completion candidate.A completer is the mechanism by which tab-completion candidates will be resolved.Console history.Read lines from the console, with input editing.
ParsedLine
objects are returned by theParser
during completion or when accepting the line. -
Classes in org.jline.reader used by org.jline.builtins.ssh
-
Classes in org.jline.reader used by org.jline.consoleClassDescriptionMarker interface for objects bound to key sequences.A completer is the mechanism by which tab-completion candidates will be resolved.Read lines from the console, with input editing.
ParsedLine
objects are returned by theParser
during completion or when accepting the line. -
Classes in org.jline.reader used by org.jline.console.implClassDescriptionA completion candidate.A completer is the mechanism by which tab-completion candidates will be resolved.Read lines from the console, with input editing.
ParsedLine
objects are returned by theParser
during completion or when accepting the line. -
Classes in org.jline.reader used by org.jline.readerClassDescriptionMarker interface for objects bound to key sequences.A completion candidate.A completer is the mechanism by which tab-completion candidates will be resolved.An extension of
ParsedLine
that, being aware of the quoting and escaping rules of theParser
that produced it, knows if and how a completion candidate should be escaped/quoted.This exception is thrown byLineReader.readLine()
when user the user types ctrl-D).Console history.Read lines from the console, with input editing.Callback used to mask parts of the lineParsedLine
objects are returned by theParser
during completion or when accepting the line.This exception is thrown byLineReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C). -
Classes in org.jline.reader used by org.jline.reader.implClassDescriptionMarker interface for objects bound to key sequences.A completion candidate.A completer is the mechanism by which tab-completion candidates will be resolved.An extension of
ParsedLine
that, being aware of the quoting and escaping rules of theParser
that produced it, knows if and how a completion candidate should be escaped/quoted.This exception is thrown byLineReader.readLine()
when user the user types ctrl-D).Console history.Read lines from the console, with input editing.Callback used to mask parts of the lineParsedLine
objects are returned by theParser
during completion or when accepting the line.This exception is thrown byLineReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C). -
Classes in org.jline.reader used by org.jline.reader.impl.completerClassDescriptionA completion candidate.A completer is the mechanism by which tab-completion candidates will be resolved.Read lines from the console, with input editing.
ParsedLine
objects are returned by theParser
during completion or when accepting the line. -
Classes in org.jline.reader used by org.jline.reader.impl.historyClassDescriptionConsole history.Read lines from the console, with input editing.
-
Classes in org.jline.reader used by org.jline.widgetClassDescriptionMarker interface for objects bound to key sequences.Read lines from the console, with input editing.