- Enclosing class:
CGI
private static class CGI.EnvList
extends Object
private utility class that manages the Environment passed to exec.
-
-
Constructor Summary
Constructors
-
Method Summary
Get representation suitable for passing to exec.
void
Set a name/value pair, null values will be treated as an empty String
-
-
-
Method Details
-
set
Set a name/value pair, null values will be treated as an empty String
- Parameters:
name - the name
value - the value
-
getEnvArray
Get representation suitable for passing to exec.
- Returns:
- the env map as an array
-
getExportString
public String getExportString()
-