Uses of Interface
org.jline.reader.History
-
Packages that use History Package Description org.jline.builtins org.jline.reader JLine 3.org.jline.reader.impl org.jline.reader.impl.history JLine 3. -
-
Uses of History in org.jline.builtins
Methods in org.jline.builtins with parameters of type History Modifier and Type Method Description private static int
Commands. retrieveHistoryId(History history, java.lang.String s)
Constructors in org.jline.builtins with parameters of type History Constructor Description ReExecute(History history, Options opt)
-
Uses of History in org.jline.reader
Fields in org.jline.reader declared as History Modifier and Type Field Description (package private) History
LineReaderBuilder. history
(package private) History
LineReaderBuilder. memoryHistory
Methods in org.jline.reader that return History Modifier and Type Method Description History
LineReader. getHistory()
Methods in org.jline.reader with parameters of type History Modifier and Type Method Description java.lang.String
Expander. expandHistory(History history, java.lang.String line)
LineReaderBuilder
LineReaderBuilder. 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 History
LineReaderImpl. history
Methods in org.jline.reader.impl that return History Modifier and Type Method Description History
LineReaderImpl. getHistory()
Methods in org.jline.reader.impl with parameters of type History Modifier and Type Method Description java.lang.String
DefaultExpander. expandHistory(History history, java.lang.String line)
Expand event designator such as !!, !#, !3, etc...protected int
DefaultExpander. searchBackwards(History history, java.lang.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 Modifier and Type Class Description class
DefaultHistory
History
using a file for persistent backing.
-