Class DefaultHistory

java.lang.Object
org.jline.reader.impl.history.DefaultHistory
All Implemented Interfaces:
Iterable<History.Entry>, History

public class DefaultHistory extends Object implements History
History using a file for persistent backing.

Implementers should install shutdown hook to call save() to save history to disk.