ProcessInput

Represents the configuration of a SubProcess's input stream. Can either be os.Inherit, os.Pipe, os.Path or a os.Source

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

Value members

Abstract methods

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