ProcessBuilder

This object contains traits used to describe input and output sources.

This object contains traits used to describe input and output sources.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait Sink

Represents everything that can receive an output from a scala.sys.process.ProcessBuilder.

Represents everything that can receive an output from a scala.sys.process.ProcessBuilder.

trait Source

Represents everything that can be used as an input to a scala.sys.process.ProcessBuilder.

Represents everything that can be used as an input to a scala.sys.process.ProcessBuilder.

trait URLBuilder extends Source

Used when creating scala.sys.process.ProcessBuilder.Source from an URL.

Used when creating scala.sys.process.ProcessBuilder.Source from an URL.