public class DefaultProcessingEnvironment extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,String> |
procEnvironment
the environment variables of the process
|
| 构造器和说明 |
|---|
DefaultProcessingEnvironment() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,String> |
createProcEnvironment()
Find the list of environment variables for this process.
|
protected CommandLine |
getProcEnvCommand()
已过时。
No longer needed
|
Map<String,String> |
getProcEnvironment()
Find the list of environment variables for this process.
|
protected BufferedReader |
runProcEnvCommand()
已过时。
No longer needed
|
public Map<String,String> getProcEnvironment() throws IOException
IOException - obtaining the environment variables failedprotected Map<String,String> createProcEnvironment() throws IOException
IOException - the operation failed@Deprecated protected BufferedReader runProcEnvCommand() throws IOException
IOException - starting the process failed@Deprecated protected CommandLine getProcEnvCommand()
Copyright © 2022. All rights reserved.