This project has retired. For details please refer to its
Attic page.
ModifiableConfiguration (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)
org.apache.any23.configuration
Interface ModifiableConfiguration
- All Superinterfaces:
- Configuration
- All Known Implementing Classes:
- DefaultModifiableConfiguration
public interface ModifiableConfiguration
- extends Configuration
Modifiable implementation of Configuration.
- Author:
- Michele Mostarda (mostarda@fbk.eu)
|
Method Summary |
String |
setProperty(String propertyName,
String propertyValue)
Sets a new value propertyValue for
property which name propertyName. |
setProperty
String setProperty(String propertyName,
String propertyValue)
- Sets a new value
propertyValue for
property which name propertyName.
- Parameters:
propertyName - name of property.propertyValue - value of property.
- Returns:
- the old property value.
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.