org.apache.commons.configuration
Class DynamicCombinedConfiguration.ConfigData

java.lang.Object
  extended by org.apache.commons.configuration.DynamicCombinedConfiguration.ConfigData
Enclosing class:
DynamicCombinedConfiguration

static class DynamicCombinedConfiguration.ConfigData
extends java.lang.Object

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

configuration

private AbstractConfiguration configuration
Stores a reference to the configuration.


name

private java.lang.String name
Stores the name under which the configuration is stored.


at

private java.lang.String at
Stores the at string.

Constructor Detail

DynamicCombinedConfiguration.ConfigData

public DynamicCombinedConfiguration.ConfigData(AbstractConfiguration config,
                                               java.lang.String n,
                                               java.lang.String at)
Creates a new instance of ConfigData and initializes it.

Parameters:
config - the configuration
n - the name
at - the at position
Method Detail

getConfiguration

public AbstractConfiguration getConfiguration()
Returns the stored configuration.

Returns:
the configuration

getName

public java.lang.String getName()
Returns the configuration's name.

Returns:
the name

getAt

public java.lang.String getAt()
Returns the at position of this configuration.

Returns:
the at position