URLBuilder

trait URLBuilder extends Source
trait Source
class Object
trait Matchable
class Any

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.

Inherited from:
Source
Source:
ProcessBuilder.scala
def #>(out: => OutputStream): ProcessBuilder

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

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.

Inherited from:
Source
Source:
ProcessBuilder.scala
def #>(f: File): ProcessBuilder

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

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

Inherited from:
Source
Source:
ProcessBuilder.scala
def #>>(f: File): ProcessBuilder

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

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

Inherited from:
Source
Source:
ProcessBuilder.scala

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

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

Inherited from:
Source
Source:
ProcessBuilder.scala
protected def toSource: ProcessBuilder
Inherited from:
Source
Source:
ProcessBuilder.scala