sbt.internal

package sbt.internal

Members list

Packages

Type members

Classlikes

abstract class CommandChannel

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.

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
case class ConsolePromptEvent(state: State) extends EventMessage

Attributes

Supertypes
trait Product
trait Equals
class EventMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ConsoleUnpromptEvent(lastSource: Option[CommandSource]) extends EventMessage

Attributes

Supertypes
trait Product
trait Equals
class EventMessage
trait Serializable
class Object
trait Matchable
class Any
Show all