Uses of Package
org.jline.reader
-
Packages that use org.jline.reader Package Description org.jline.builtins org.jline.builtins.ssh org.jline.console org.jline.console.impl org.jline.reader JLine 3.org.jline.reader.impl org.jline.reader.impl.completer JLine 3.org.jline.reader.impl.history JLine 3.org.jline.widget -
Classes in org.jline.reader used by org.jline.builtins Class Description Candidate A completion candidate.Completer A completer is the mechanism by which tab-completion candidates will be resolved.Editor History Console history.LineReader Read lines from the console, with input editing.ParsedLine ParsedLine
objects are returned by theParser
during completion or when accepting the line.Widget -
Classes in org.jline.reader used by org.jline.builtins.ssh Class Description LineReader Read lines from the console, with input editing. -
Classes in org.jline.reader used by org.jline.console Class Description Binding Marker interface for objects bound to key sequences.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.Widget -
Classes in org.jline.reader used by org.jline.console.impl Class Description Candidate A completion candidate.Completer A completer is the mechanism by which tab-completion candidates will be resolved.Highlighter LineReader Read lines from the console, with input editing.ParsedLine ParsedLine
objects are returned by theParser
during completion or when accepting the line.Parser Widget -
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. -
Classes in org.jline.reader used by org.jline.widget Class Description Binding Marker interface for objects bound to key sequences.Buffer LineReader Read lines from the console, with input editing.LineReader.SuggestionType Parser Widget