Class InMemoryHistory

java.lang.Object
org.aesh.readline.history.History
org.aesh.readline.history.InMemoryHistory
Direct Known Subclasses:
FileHistory

public class InMemoryHistory extends History
A simple in-memory history implementation By default max size is 500
Author:
Ståle W. Pedersen
  • Constructor Details

    • InMemoryHistory

      public InMemoryHistory()
    • InMemoryHistory

      public InMemoryHistory(int maxSize)
  • Method Details