Packages

p

sbt

internal

package internal

Type Members

  1. abstract class CommandChannel extends AnyRef

    A command channel represents an IO device such as network socket or human that can issue command or listen for some outputs.

    A command channel represents an IO device such as network socket or human that can issue command or listen for some outputs. We can think of a command channel to be an abstraction of the terminal window.

  2. case class ConsolePromptEvent(state: State) extends EventMessage with Product with Serializable
  3. case class ConsoleUnpromptEvent(lastSource: Option[CommandSource]) extends EventMessage with Product with Serializable

Ungrouped