Uses of Interface
org.jline.reader.History
Packages that use History
Package
Description
JLine 3.
JLine 3.
-
Uses of History in org.jline.builtins
Methods in org.jline.builtins with parameters of type HistoryModifier and TypeMethodDescriptionprivate static int
Commands.retrieveHistoryId
(History history, String s) 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) History
LineReaderBuilder.history
(package private) History
LineReaderBuilder.memoryHistory
Methods in org.jline.reader that return HistoryMethods in org.jline.reader with parameters of type History -
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 int
DefaultExpander.searchBackwards
(History history, String searchTerm, int startIndex, boolean startsWith) void
LineReaderImpl.setHistory
(History history) -
Uses of History in org.jline.reader.impl.history
Classes in org.jline.reader.impl.history that implement History