@InterfaceAudience.Private public class EnvironmentUpdateUtils extends Object
| Constructor and Description |
|---|
EnvironmentUpdateUtils() |
public static void put(String key, String value)
key - System environment variablevalue - Value to assign to system environment variablepublic static void putAll(Map<String,String> additionalEnvironment)
additionalEnvironment - Collection where the key is the System
environment variable and the value is the value to assign the system
environment variableCopyright © 2014 Apache Software Foundation. All rights reserved.