package history
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
FileHistoryManager
extends MemoryHistoryManager
Represents a history manager that stores and loads history via local files.
-
trait
HistoryManager
extends AnyRef
Represents the interface for storing and loading terminal history.
-
class
MemoryHistoryManager
extends HistoryManager
Represents a history manager that stores and loads history using memory.
-
class
NoopHistoryManager
extends HistoryManager
Represents a history manager that performs no-ops for all operations.
Represents a history manager that performs no-ops for all operations. Essentially, this manager represents the /dev/null of history managers.
Value Members
- object FileHistoryManager
- object MemoryHistoryManager
- object NoopHistoryManager