implicit final class ProcOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProcOps(proc: proc)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- def withSubProcess[T](cwd: Path = null, env: Map[String, String] = null, stdin: ProcessInput = os.Pipe, stdout: ProcessOutput = os.Pipe, stderr: ProcessOutput = os.Inherit, mergeErrIntoOut: Boolean = false, propagateEnv: Boolean = true, timeout: Option[FiniteDuration] = Some(2.minutes), processShouldExit: Boolean = true, errorOutput: PrintStream = System.err)(f: (SubProcess, () ⇒ Unit) ⇒ T): T