ProcessOutput

replpp.shaded.os.ProcessOutput
See theProcessOutput companion object

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Inherit.type
class PathRedirect
object Pipe.type
class ReadBytes
class Readlines
Show all

Members list

Value members

Abstract methods

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