public class VariableResolverUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getEnvironmentVariable(String variableName) |
static String |
getEnvironmentVariableAndDecrypt(String variableName) |
static String |
resolveValue(String value)
Resolves the variable pattern '${}' to a real value if present in the system properties.
|
public static String resolveValue(String value)
The system properties should include the environment variables and jvm startup properties ('-D').
value
- The potential variable value to resolveCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries