Package org.jline.reader
package org.jline.reader
JLine 3.
- Since:
- 3.0
-
ClassDescriptionMarker interface for objects bound to key sequences.Marker interface for objects bound to key sequences.A completion candidate.A completer is the mechanism by which tab-completion candidates will be resolved.A completer is the mechanism by which tab-completion candidates will be resolved.An extension ofthat, being aware of the quoting and escaping rules of the
invalid reference
ParsedLinethat produced it, knows if and how a completion candidate should be escaped/quoted.invalid reference
org.jline.reader.ParserAn extension ofParsedLinethat, being aware of the quoting and escaping rules of theParserthat 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.Console history.Read lines from the console, with input editing.Read lines from the console, with input editing.Callback used to mask parts of the lineCallback used to mask parts of the lineParsedLineobjects are returned by theduring completion or when accepting the line.invalid reference
ParserParsedLineobjects are returned by theParserduring completion or when accepting the line.Redirects aWriterto aLineReader'sLineReader.printAbove(String)method, which draws output above the current prompt / input line.A reference to aWidget.This exception is thrown byLineReader.readLine()when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).