SystemStreams

mill.api.SystemStreams
See theSystemStreams companion object
class SystemStreams(val out: PrintStream, val err: PrintStream, val in: InputStream)

Represents a set of streams that look similar to those provided by the operating system. These may internally be proxied/redirected/processed, but from the consumer's perspective they look just like the stdout/stderr/stdin that any Unix process receives from the OS.

Attributes

Companion
object
Source
SystemStreams.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val err: PrintStream

Attributes

Source
SystemStreams.scala
val in: InputStream

Attributes

Source
SystemStreams.scala
val out: PrintStream

Attributes

Source
SystemStreams.scala