public class DefaultProcessingEnvironment extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
procEnvironment
the environment variables of the process
|
Constructor and Description |
---|
DefaultProcessingEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
createProcEnvironment()
Find the list of environment variables for this process.
|
protected CommandLine |
getProcEnvCommand()
Deprecated.
No longer needed
|
Map<String,String> |
getProcEnvironment()
Find the list of environment variables for this process.
|
protected BufferedReader |
runProcEnvCommand()
Deprecated.
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 © 2023 The Apache Software Foundation. All rights reserved.