environment
Adds some environment variables to the environment for this process.
Return
this
Parameters
environment Variables
The environment variables. Must not be null.
Adds an environment variable to the environment for this process.
Return
this
Parameters
name
The name of the variable.
value
The value for the variable. Must not be null.