Class OpenVmsProcessingEnvironment
- java.lang.Object
-
- org.apache.commons.exec.environment.DefaultProcessingEnvironment
-
- org.apache.commons.exec.environment.OpenVmsProcessingEnvironment
-
@Deprecated public class OpenVmsProcessingEnvironment extends DefaultProcessingEnvironment
Deprecated.No longer needed.Helper class to determine the environment variable for VMS.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.exec.environment.DefaultProcessingEnvironment
procEnvironment
-
-
Constructor Summary
Constructors Constructor Description OpenVmsProcessingEnvironment()Deprecated.Constructs a new instance.
-
Method Summary
-
Methods inherited from class org.apache.commons.exec.environment.DefaultProcessingEnvironment
createProcEnvironment, getProcEnvCommand, getProcEnvironment, runProcEnvCommand
-
-
-
-
Constructor Detail
-
OpenVmsProcessingEnvironment
public OpenVmsProcessingEnvironment()
Deprecated.Constructs a new instance.
-
-