public class EnvironmentReader extends Object
Properties
class.Constructor and Description |
---|
EnvironmentReader() |
Modifier and Type | Method and Description |
---|---|
static String |
getEnvVar(String key) |
static Properties |
getEnvVars() |
static String[] |
getRawEnvVars()
Deprecated.
since CDT 6.1.
getEnvVars() provides all the data. |
public static Properties getEnvVars()
public static String getEnvVar(String key)
key
- - name of environment variable (without $ sign).@Deprecated public static String[] getRawEnvVars()
getEnvVars()
provides all the data.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.