Package org.aesh.readline.history


package org.aesh.readline.history
  • Class
    Description
    Read the history file at init and writeToStdOut to it at shutdown
    Abstract base class for managing command line history.
    A simple in-memory history implementation By default max size is 500
    Enumeration representing the direction when searching through command history.