Inherit

object Inherit extends ProcessInput with ProcessOutput

Inherit the input/output stream from the current process

class Object
trait Matchable
class Any
Inherit.type

Value members

Concrete methods

def processInput(stdin: => InputStream): Option[Runnable]
def processOutput(stdin: => OutputStream): Option[Runnable]
def redirectFrom: Redirect
def redirectTo: Redirect