ProcessOutput

Represents the configuration of a SubProcess's output or error stream. Can either be os.Inherit, os.Pipe, os.Path or a os.ProcessOutput

Companion:
object
class Object
trait Matchable
class Any
object Inherit.type
object Pipe.type
class ReadBytes
class Readlines

Value members

Abstract methods

def processOutput(out: => OutputStream): Option[Runnable]
def redirectTo: Redirect