Package org.apache.any23.configuration
Interface ModifiableConfiguration
-
- All Superinterfaces:
Configuration
- All Known Implementing Classes:
DefaultModifiableConfiguration
public interface ModifiableConfiguration extends Configuration
Modifiable implementation ofConfiguration
.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
setProperty(String propertyName, String propertyValue)
Sets a new valuepropertyValue
for property which namepropertyName
.-
Methods inherited from interface org.apache.any23.configuration.Configuration
defineProperty, getConfigurationDump, getFlagProperty, getProperties, getProperty, getPropertyIntOrFail, getPropertyOrFail
-
-