sbt.std

package sbt.std

Members list

Type members

Classlikes

sealed trait BinaryPipe

Attributes

Supertypes
class Object
trait Matchable
class Any
trait CloseableStreams[Key] extends Streams[Key], Closeable

Attributes

Supertypes
trait Closeable
trait AutoCloseable
trait Streams[Key]
class Object
trait Matchable
class Any
Show all
sealed trait ForkTask[S, CC[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait JoinTask[S, CC[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait ManagedStreams[Key] extends TaskStreams[Key]

Attributes

Supertypes
trait TaskStreams[Key]
class Object
trait Matchable
class Any
sealed trait MultiInTask[Tup <: Tuple]

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait ProcessPipe

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait SingleInTask[S]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Streams[Key]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CloseableStreams[Key]
object Streams

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Streams.type
trait TaskExtra extends TaskExtra0

Attributes

Companion
object
Supertypes
trait TaskExtra0
class Object
trait Matchable
class Any
Known subtypes
object TaskExtra.type
object TaskExtra extends TaskExtra

Attributes

Companion
trait
Supertypes
trait TaskExtra
trait TaskExtra0
class Object
trait Matchable
class Any
Self type
TaskExtra.type
trait TaskExtra0

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait TaskExtra
object TaskExtra.type
sealed trait TaskInfo[S]

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait TaskLines

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait TaskStreams[Key]

Represents a set of streams associated with a context. In sbt, this is a named set of streams for a particular scoped key. For example, logging for test:compile is by default sent to the "out" stream in the test:compile context.

Represents a set of streams associated with a context. In sbt, this is a named set of streams for a particular scoped key. For example, logging for test:compile is by default sent to the "out" stream in the test:compile context.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ManagedStreams[Key]
sealed trait TextPipe

Attributes

Supertypes
class Object
trait Matchable
class Any
object Transform

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Transform.type