URLBuilder

scala.sys.process.ProcessBuilder.URLBuilder
trait URLBuilder extends Source

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

Attributes

Graph
Supertypes
trait Source
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

Writes the output stream of this process to a scala.sys.process.ProcessBuilder.

Writes the output stream of this process to a scala.sys.process.ProcessBuilder.

Attributes

Inherited from:
Source

Writes the output stream of this process to the given OutputStream. The argument is call-by-name, so the stream is recreated, written, and closed each time this process is executed.

Writes the output stream of this process to the given OutputStream. The argument is call-by-name, so the stream is recreated, written, and closed each time this process is executed.

Attributes

Inherited from:
Source

Writes the output stream of this process to the given file.

Writes the output stream of this process to the given file.

Attributes

Inherited from:
Source

Appends the output stream of this process to the given file.

Appends the output stream of this process to the given file.

Attributes

Inherited from:
Source

Returns a scala.sys.process.ProcessBuilder representing this Source.

Returns a scala.sys.process.ProcessBuilder representing this Source.

Attributes

Inherited from:
Source

Inherited and Abstract methods

protected def toSource: ProcessBuilder

Attributes

Inherited from:
Source