public interface

PersistentHistory

implements History
jline.console.history.PersistentHistory
Known Indirect Subclasses

Class Overview

Persistent History.

Summary

Public Methods
abstract void flush()
Flush all items to persistent storage.
abstract void purge()
Purge persistent storage and clear().
[Expand]
Inherited Methods
From interface java.lang.Iterable
From interface jline.console.history.History

Public Methods

public abstract void flush ()

Flush all items to persistent storage.

Throws
IOException Flush failed

public abstract void purge ()

Purge persistent storage and clear().

Throws
IOException Purge failed