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 History
ConsoleReader. getHistory()
Methods in jline.console with parameters of type History Modifier and Type Method Description void
ConsoleReader. setHistory(History history)
-
Uses of History in jline.console.history
Subinterfaces of History in jline.console.history Modifier and Type Interface Description interface
PersistentHistory
PersistentHistory
.Classes in jline.console.history that implement History Modifier and Type Class Description class
FileHistory
History
using a file for persistent backing.class
MemoryHistory
Non-persistentHistory
.
-