All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AggregateCompleter Completer which contains multiple completers and aggregates them together.ArgumentCompleter ACompleter
implementation that invokes a child completer using the appropriate separator argument.ArgumentCompleter.ArgumentLine Binding Marker interface for objects bound to key sequences.BindingReader The BindingReader will transform incoming chars into key bindingsBuffer BufferImpl A holder for aStringBuilder
that also contains the current cursor position.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 CompletionMatcherImpl DefaultExpander DefaultHighlighter DefaultHistory History
using a file for persistent backing.DefaultHistory.EntryImpl DefaultParser DefaultParser.BlockCommentDelims DefaultParser.Bracket Editor EndOfFileException This exception is thrown byLineReader.readLine()
when user the user types ctrl-D).EnumCompleter Completer
forEnum
names.EOFError Expander FileNameCompleter Deprecated. useorg.jline.builtins.Completers$FileNameCompleter
insteadHighlighter History Console history.History.Entry InputRC KeyMap<T> The KeyMap class contains all bindings from keys to operations.KillRing The kill ring class keeps killed text in a fixed size ring.LineReader Read lines from the console, with input editing.LineReader.Option LineReader.RegionType LineReader.SuggestionType LineReaderBuilder LineReaderImpl A reader for terminal applications.LineReaderImpl.BellType LineReaderImpl.CompletionType LineReaderImpl.PostResult LineReaderImpl.State Possible states in which the current readline operation may be in.LineReaderImpl.ViMoveMode Macro MaskingCallback Callback used to mask parts of the lineNullCompleter Null completer.ParsedLine ParsedLine
objects are returned by theParser
during completion or when accepting the line.Parser Parser.ParseContext PrintAboveWriter Redirects aWriter
to aLineReader
'sLineReader.printAbove(String)
method, which draws output above the current prompt / input line.ReaderUtils Reference A reference to aWidget
.SimpleMaskingCallback SimpleMaskingCallback
that will replace all the characters in the line with the given mask.StringsCompleter Completer for a set of strings.SyntaxError SystemCompleter Completer which contains multiple completers and aggregates them together.UndoTree<T> Simple undo tree.UserInterruptException This exception is thrown byLineReader.readLine()
when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).Widget