Packages

object ProcessBuilder extends ProcessBuilderImpl

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

Source
ProcessBuilder.scala
Linear Supertypes
ProcessBuilderImpl, AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessBuilder
  2. ProcessBuilderImpl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait FileBuilder extends Sink with Source

    Used when creating scala.sys.process.ProcessBuilder.Source and/or scala.sys.process.ProcessBuilder.Sink from a file.

  2. trait Sink extends AnyRef

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

  3. trait Source extends AnyRef

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

  4. trait URLBuilder extends Source

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