public static class ConfigurationFactory.AdditionalConfigurationData extends Object
<additional>
section.Constructor and Description |
---|
ConfigurationFactory.AdditionalConfigurationData() |
Modifier and Type | Method and Description |
---|---|
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. |
public ConfigurationFactory.AdditionalConfigurationData()
public String getAt()
at
attribute.public void setAt(String string)
at
attribute.string
- the attribute valuepublic Configuration getConfiguration()
public void addConfiguration(Configuration config)
setConfiguration()
, but the name
addConfiguration()
is required by some of the digester
rules.config
- the configuration to setCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.