org.scaladebugger.tool.frontend

history

package history

Visibility
  1. Public
  2. All

Type Members

  1. class FileHistoryManager extends MemoryHistoryManager

    Represents a history manager that stores and loads history via local files.

  2. trait HistoryManager extends AnyRef

    Represents the interface for storing and loading terminal history.

  3. class MemoryHistoryManager extends HistoryManager

    Represents a history manager that stores and loads history using memory.

  4. class NoopHistoryManager extends HistoryManager

    Represents a history manager that performs no-ops for all operations.

Value Members

  1. object FileHistoryManager

  2. object MemoryHistoryManager

  3. object NoopHistoryManager

Ungrouped