CommandChannel

sbt.internal.CommandChannel
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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def name: String
def publishBytes(bytes: Array[Byte]): Unit

Concrete methods

final def append(exec: Exec): Boolean
def poll: Option[Exec]
def shutdown(logShutdown: Boolean): Unit

Deprecated methods

def shutdown(): Unit

Attributes

Deprecated
true