ProcessInput

replpp.shaded.os.ProcessInput
See theProcessInput companion object
trait ProcessInput

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Inherit.type
class PathRedirect
object Pipe.type
class SourceInput

Members list

Value members

Abstract methods

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