类 DefaultProcessingEnvironment
java.lang.Object
com.sh.common.exec.environment.DefaultProcessingEnvironment
- 直接已知子类:
OpenVmsProcessingEnvironment
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected MapFind the list of environment variables for this process.protected CommandLineDetermine the OS specific command line to get a list of environment variables.Find the list of environment variables for this process.protected BufferedReaderStart a process to list the environment variables.
-
字段详细资料
-
procEnvironment
the environment variables of the process
-
-
构造器详细资料
-
DefaultProcessingEnvironment
public DefaultProcessingEnvironment()
-
-
方法详细资料
-
getProcEnvironment
Find the list of environment variables for this process.- 返回:
- a map containing the environment variables
- 抛出:
IOException- obtaining the environment variables failed
-
createProcEnvironment
Find the list of environment variables for this process.- 返回:
- a amp containing the environment variables
- 抛出:
IOException- the operation failed
-
runProcEnvCommand
Start a process to list the environment variables.- 返回:
- a reader containing the output of the process
- 抛出:
IOException- starting the process failed
-
getProcEnvCommand
Determine the OS specific command line to get a list of environment variables.- 返回:
- the command line
-