public interface EnvironmentSettings
Modifier and Type | Method and Description |
---|---|
String |
get(String name)
Returns the String value of the environment setting for
name . |
void |
put(String name,
String value)
Puts a environment value for environment parameter
name |
String get(String name)
name
. The String value can represent a more complex
object in case it is a json valuename
- the name of the environment parametername
Copyright © 2012–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.