Package | Description |
---|---|
jline.console |
Console support.
|
jline.console.history |
Console history support.
|
Modifier and Type | Method and Description |
---|---|
History |
ConsoleReader.getHistory() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleReader.setHistory(History history) |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentHistory
Persistent
History . |
Modifier and Type | Class and Description |
---|---|
class |
FileHistory
History using a file for persistent backing. |
class |
MemoryHistory
Non-persistent
History . |
Copyright © 2018. All Rights Reserved.