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