sbt.internal
package sbt.internal
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
case class ConsolePromptEvent(state: State) extends EventMessage
Attributes
- Supertypes
-
trait Producttrait Equalsclass EventMessagetrait Serializableclass Objecttrait Matchableclass AnyShow all
case class ConsoleUnpromptEvent(lastSource: Option[CommandSource]) extends EventMessage
Attributes
- Supertypes
-
trait Producttrait Equalsclass EventMessagetrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article