Uses of Class
org.ow2.proactive.process_tree_killer.EnvVars
| Package | Description |
|---|---|
| org.ow2.proactive.process_tree_killer |
-
Uses of EnvVars in org.ow2.proactive.process_tree_killer
Methods in org.ow2.proactive.process_tree_killer that return EnvVars Modifier and Type Method Description static EnvVarsEnvVars. createCookie()Creates a magic cookie that can be used as the model environment variable when we later kill the processes.abstract EnvVarsProcessTree.OSProcess. getEnvironmentVariables()Obtains the environment variables of this process.EnvVarsProcessTreeRemoting.IOSProcess. getEnvironmentVariables()EnvVarsEnvVars. overrideAll(java.util.Map<java.lang.String,java.lang.String> all)Overrides all values in the map by the given map.EnvVarsEnvVars. overrideExpandingAll(java.util.Map<java.lang.String,java.lang.String> all)Overrides all values in the map by the given map.Constructors in org.ow2.proactive.process_tree_killer with parameters of type EnvVars Constructor Description EnvVars(EnvVars m)