Package org.qubership.atp.mia.utils
Class EnvironmentVariableUtils
java.lang.Object
org.qubership.atp.mia.utils.EnvironmentVariableUtils
-
Constructor Details
-
EnvironmentVariableUtils
public EnvironmentVariableUtils()
-
-
Method Details
-
evaluateEnvironmentVariable
Evaluates the environment variable value. Example of Environment variable is "${ENV.Billing System.DB.db_type}" Whereas its syntax is "{ENV.SYSTEM_NAME.CONNECTION_NAME.ParameterName}"- Parameters:
text- String comes in above format (Pre-Check for format happens at calling method)- Returns:
- evaluated value if found something otherwise returns null
-
init
Initialize static variables.
-