Uses of Interface
org.jline.reader.History
Packages that use History
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
JLine 3 History Implementation Package.
-
Uses of History in org.jline.builtins
Methods in org.jline.builtins with parameters of type HistoryModifier and TypeMethodDescriptionprivate static intCommands.retrieveHistoryId(History history, String s) Retrieves a history entry ID from a string, which can be either a number or a command prefix.Constructors in org.jline.builtins with parameters of type History -
Uses of History in org.jline.reader
Fields in org.jline.reader declared as HistoryModifier and TypeFieldDescription(package private) HistoryLineReaderBuilder.history(package private) HistoryLineReaderBuilder.memoryHistoryMethods in org.jline.reader that return HistoryModifier and TypeMethodDescriptionLineReader.getHistory()Returns the history associated with this LineReader.Methods in org.jline.reader with parameters of type HistoryModifier and TypeMethodDescriptionExpander.expandHistory(History history, String line) Expands history references in the input line. -
Uses of History in org.jline.reader.impl
Fields in org.jline.reader.impl declared as HistoryMethods in org.jline.reader.impl that return HistoryMethods in org.jline.reader.impl with parameters of type HistoryModifier and TypeMethodDescriptionDefaultExpander.expandHistory(History history, String line) Expand event designator such as !!, !#, !3, etc...protected intDefaultExpander.searchBackwards(History history, String searchTerm, int startIndex, boolean startsWith) voidLineReaderImpl.setHistory(History history) -
Uses of History in org.jline.reader.impl.history
Classes in org.jline.reader.impl.history that implement HistoryModifier and TypeClassDescriptionclassDefault implementation ofHistorywith file-based persistent storage.