public interface Configuration
| 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.
|
ConfigurationValue get(String name)
name - the of the propertyCopyright © 2014. All rights reserved.