Inherit

replpp.shaded.os.Inherit

Inherit the input/output stream from the current process.

Can be overriden on a thread local basis for the various kinds of streams (stdin, stdout, stderr) via in, out, and err

Attributes

Graph
Supertypes
trait ProcessInput
class Object
trait Matchable
class Any
Self type
Inherit.type

Members list

Value members

Concrete methods

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

Concrete fields

val err: DynamicVariable[ProcessOutput]
val in: DynamicVariable[ProcessInput]
val out: DynamicVariable[ProcessOutput]