ProcessBuilder

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

Companion:
class
Source:
ProcessBuilder.scala
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.

Source:
ProcessBuilder.scala
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.

Source:
ProcessBuilder.scala
trait URLBuilder extends Source

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