Package org.apache.commons.configuration
Class ConfigurationFactory.AdditionalConfigurationData
java.lang.Object
org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
- Enclosing class:
ConfigurationFactory
A simple data class that holds all information about a configuration
from the
<additional> section.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguration(Configuration config) Sets the configuration object.getAt()Returns the value of theatattribute.Returns the configuration object.voidSets the value of theatattribute.
-
Constructor Details
-
AdditionalConfigurationData
public AdditionalConfigurationData()
-
-
Method Details
-
getAt
Returns the value of theatattribute.- Returns:
- the at attribute
-
setAt
Sets the value of theatattribute.- Parameters:
string- the attribute value
-
getConfiguration
Returns the configuration object.- Returns:
- the configuration
-
addConfiguration
Sets the configuration object. Note: Normally this method should be namedsetConfiguration(), but the nameaddConfiguration()is required by some of the digester rules.- Parameters:
config- the configuration to set
-