org.apache.commons.configuration
public static class ConfigurationFactory.AdditionalConfigurationData extends Object
<additional>
section.
Field Summary | |
---|---|
String | at Stores the location of this configuration in the global tree. |
Configuration | configuration Stores the configuration object. |
Method Summary | |
---|---|
void | addConfiguration(Configuration config)
Sets the configuration object. |
String | getAt()
Returns the value of the at attribute.
|
Configuration | getConfiguration()
Returns the configuration object.
|
void | setAt(String string)
Sets the value of the at attribute.
|
setConfiguration()
, but the name
addConfiguration()
is required by some of the digester
rules.
Parameters: config the configuration to set
at
attribute.
Returns: the at attribute
Returns: the configuration
at
attribute.
Parameters: string the attribute value