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