public class EnvironmentConfiguration extends Object implements Configuration
| Constructor and Description |
|---|
EnvironmentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationValue |
get(String name)
Retrieves the property value for the given name.
|
void |
set(String name,
Object value)
Sets the value for the given name.
|
public ConfigurationValue get(String name)
Configurationget in interface Configurationname - the of the propertypublic void set(String name, Object value)
Configurationset in interface Configurationname - the name of the property - must not be nullvalue - the value of the property - must not be nullCopyright © 2014. All rights reserved.