Package org.jline.reader
package org.jline.reader
JLine 3.
- Since:
- 3.0
-
ClassDescriptionMarker 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
ParsedLinethat, 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.Read lines from the console, with input editing.Callback used to mask parts of the lineParsedLineobjects 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).