Package

org.scaladebugger.tool.frontend

history

Permalink

package history

Visibility
  1. Public
  2. All

Type Members

  1. class FileHistoryManager extends MemoryHistoryManager

    Permalink

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

  2. trait HistoryManager extends AnyRef

    Permalink

    Represents the interface for storing and loading terminal history.

  3. class MemoryHistoryManager extends HistoryManager

    Permalink

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

  4. class NoopHistoryManager extends HistoryManager

    Permalink

    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.

Ungrouped