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.
 
Methods inherited from interface org.apache.any23.configuration.Configuration
defineProperty, getConfigurationDump, getFlagProperty, getProperties, getProperty, getPropertyIntOrFail, getPropertyOrFail
 

Method Detail

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.