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
trait CommandSourceFormats
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BasicJsonProtocol
trait ConnectionTypeFormats
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BasicJsonProtocol
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
trait ExecFormats
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BasicJsonProtocol
In this article