Uses of Interface
org.jline.reader.History
-
Packages that use History Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package.org.jline.reader.impl.history JLine 3 History Implementation Package. -
-
Uses of History in org.jline.reader
Methods in org.jline.reader that return History Modifier and Type Method Description HistoryLineReader. getHistory()Returns the history associated with this LineReader.Methods in org.jline.reader with parameters of type History Modifier and Type Method Description java.lang.StringExpander. expandHistory(History history, java.lang.String line)Expands history references in the input line.LineReaderBuilderLineReaderBuilder. history(History history) -
Uses of History in org.jline.reader.impl
Fields in org.jline.reader.impl declared as History Modifier and Type Field Description protected HistoryLineReaderImpl. historyMethods in org.jline.reader.impl that return History Modifier and Type Method Description HistoryLineReaderImpl. getHistory()Methods in org.jline.reader.impl with parameters of type History Modifier and Type Method Description java.lang.StringDefaultExpander. expandHistory(History history, java.lang.String line)Expand event designator such as !!, !#, !3, etc...protected intDefaultExpander. searchBackwards(History history, java.lang.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 Modifier and Type Class Description classDefaultHistoryDefault implementation ofHistorywith file-based persistent storage.
-