ProcessLikeConfiguration
trait ProcessLikeConfiguration
class Object
trait Matchable
class Any
class ProcessGroupImpl
class ProcessGroupImplE[E]
class ProcessGroupImplI
class ProcessGroupImplIE[E]
class ProcessGroupImplIO[O]
class ProcessGroupImplO[O]
trait ProcessConfiguration
class ProcessImpl
class ProcessImplE[E]
class ProcessImplI
class ProcessImplIE[E]
class ProcessImplIO[O]
class ProcessImplO[O]
Type members
Types
Value members
Abstract methods
protected def applyConfiguration(workingDirectory: Option[Path], environmentVariables: Map[String, String], removedEnvironmentVariables: Set[String]): Self
Concrete methods
Adds an environment variable to the process
Adds an environment variable to the process
- Value parameters:
- nameValuePair
A pair of name and value
- Returns:
a new process with the working directory set
Changes the working directory of the process
Changes the working directory of the process
- Value parameters:
- workingDirectory
the working directory
- Returns:
a new process with the working directory set