Uses of Interface
org.jline.reader.History
Packages that use History
Package
Description
JLine 3.
JLine 3.
-
Uses of History in org.jline.reader
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 !!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 History