public class EnvironmentUtil extends Object
| Constructor and Description |
|---|
EnvironmentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSystemVariableValue(String systemVariableKey)
Returns the system property value or environment variable value (highest priority for environment variable)
for the given key.
|
public static String getSystemVariableValue(String systemVariableKey)
systemVariableKey - key of the system property or environment variableCopyright © 2018 WSO2. All rights reserved.