Uses of Package
org.jline.reader
-
Packages that use org.jline.reader Package Description org.jline.reader JLine 3.org.jline.reader.impl org.jline.reader.impl.completer JLine 3.org.jline.reader.impl.history JLine 3. -
Classes in org.jline.reader used by org.jline.reader 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 ofParsedLine
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.CompletionMatcher EndOfFileException This exception is thrown byLineReader.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 lineParsedLine ParsedLine
objects are returned by theParser
during completion or when accepting the line.Parser Parser.ParseContext SyntaxError UserInterruptException This exception is thrown byLineReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).Widget -
Classes in org.jline.reader used by org.jline.reader.impl 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 ofParsedLine
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.CompletionMatcher EndOfFileException This exception is thrown byLineReader.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 lineParsedLine ParsedLine
objects are returned by theParser
during completion or when accepting the line.Parser Parser.ParseContext UserInterruptException This exception is thrown byLineReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).Widget -
Classes in org.jline.reader used by org.jline.reader.impl.completer 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 theParser
during completion or when accepting the line. -
Classes in org.jline.reader used by org.jline.reader.impl.history Class Description History Console history.History.Entry LineReader Read lines from the console, with input editing.