Interface History.Entry

All Known Implementing Classes:
DefaultHistory.EntryImpl
Enclosing interface:
History

public static interface History.Entry
Represents a single history entry containing a command line and its metadata.

Each entry in the history has an index position, a timestamp indicating when it was added, and the actual command line text.