OpenVmsProcessingEnvironmentpublic class DefaultProcessingEnvironment extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
procEnvironment |
the environment variables of the process
|
| Constructor | Description |
|---|---|
DefaultProcessingEnvironment() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
createProcEnvironment() |
Find the list of environment variables for this process.
|
protected CommandLine |
getProcEnvCommand() |
Deprecated.
No longer needed
|
java.util.Map<java.lang.String,java.lang.String> |
getProcEnvironment() |
Find the list of environment variables for this process.
|
protected java.io.BufferedReader |
runProcEnvCommand() |
Deprecated.
No longer needed
|
protected java.util.Map<java.lang.String,java.lang.String> procEnvironment
public DefaultProcessingEnvironment()
public java.util.Map<java.lang.String,java.lang.String> getProcEnvironment() throws java.io.IOException
java.io.IOException - obtaining the environment variables failedprotected java.util.Map<java.lang.String,java.lang.String> createProcEnvironment() throws java.io.IOException
java.io.IOException - the operation failed@Deprecated protected java.io.BufferedReader runProcEnvCommand() throws java.io.IOException
java.io.IOException - starting the process failed@Deprecated protected CommandLine getProcEnvCommand()