Interface EnvironmentSettings
public interface EnvironmentSettings
-
Method Summary
-
Method Details
-
get
Returns the String value of the environment setting forname
. The String value can represent a more complex object in case it is a json value- Parameters:
name
- the name of the environment parameter- Returns:
- the String value of the environment setting for
name
-
put
Puts a environment value for environment parametername
- Parameters:
name
- the name of the environment parametervalue
- the value of the environment parameter
-