org.apache.commons.exec.environment
Class OpenVmsProcessingEnvironment
java.lang.Object
org.apache.commons.exec.environment.DefaultProcessingEnvironment
org.apache.commons.exec.environment.OpenVmsProcessingEnvironment
public class OpenVmsProcessingEnvironment
- extends DefaultProcessingEnvironment
Helper class to determine the environment variable
for VMS.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenVmsProcessingEnvironment
public OpenVmsProcessingEnvironment()
createProcEnvironment
protected Map createProcEnvironment()
throws IOException
- Find the list of environment variables for this process.
- Overrides:
createProcEnvironment
in class DefaultProcessingEnvironment
- Returns:
- a amp containing the environment variables
- Throws:
IOException
- the operation failed
getProcEnvCommand
protected CommandLine getProcEnvCommand()
- Determine the OS specific command line to get a list of environment
variables.
- Overrides:
getProcEnvCommand
in class DefaultProcessingEnvironment
- Returns:
- the command line
Copyright © 2011 Apache Software Foundation. All Rights Reserved.