|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.DynamicCombinedConfiguration.ConfigData
static class DynamicCombinedConfiguration.ConfigData
Internal class that identifies each Configuration.
Field Summary | |
---|---|
private java.lang.String |
at
Stores the at string. |
private AbstractConfiguration |
configuration
Stores a reference to the configuration. |
private java.lang.String |
name
Stores the name under which the configuration is stored. |
Constructor Summary | |
---|---|
DynamicCombinedConfiguration.ConfigData(AbstractConfiguration config,
java.lang.String n,
java.lang.String at)
Creates a new instance of ConfigData and initializes
it. |
Method Summary | |
---|---|
java.lang.String |
getAt()
Returns the at position of this configuration. |
AbstractConfiguration |
getConfiguration()
Returns the stored configuration. |
java.lang.String |
getName()
Returns the configuration's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private AbstractConfiguration configuration
private java.lang.String name
private java.lang.String at
Constructor Detail |
---|
public DynamicCombinedConfiguration.ConfigData(AbstractConfiguration config, java.lang.String n, java.lang.String at)
ConfigData
and initializes
it.
config
- the configurationn
- the nameat
- the at positionMethod Detail |
---|
public AbstractConfiguration getConfiguration()
public java.lang.String getName()
public java.lang.String getAt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |