Uses of Interface
jline.console.history.History
-
Packages that use History Package Description jline.console Console support.jline.console.history Console history support. -
-
Uses of History in jline.console
Methods in jline.console that return History Modifier and Type Method Description HistoryConsoleReader. getHistory()Methods in jline.console with parameters of type History Modifier and Type Method Description voidConsoleReader. setHistory(History history) -
Uses of History in jline.console.history
Subinterfaces of History in jline.console.history Modifier and Type Interface Description interfacePersistentHistoryPersistentHistory.Classes in jline.console.history that implement History Modifier and Type Class Description classFileHistoryHistoryusing a file for persistent backing.classMemoryHistoryNon-persistentHistory.
-