Class DynamicCombinedConfiguration.ConfigData
java.lang.Object
org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
- Enclosing class:
DynamicCombinedConfiguration
Internal class that identifies each Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringStores the at string.private final ConfigurationStores a reference to the configuration.private final StringStores the name under which the configuration is stored. -
Constructor Summary
ConstructorsConstructorDescriptionConfigData(Configuration config, String n, String at) Creates a new instance ofConfigDataand initializes it. -
Method Summary
-
Field Details
-
configuration
Stores a reference to the configuration. -
name
Stores the name under which the configuration is stored. -
at
Stores the at string.
-
-
Constructor Details
-
ConfigData
Creates a new instance ofConfigDataand initializes it.- Parameters:
config- the configurationn- the nameat- the at position
-
-
Method Details
-
getAt
Gets the at position of this configuration.- Returns:
- the at position
-
getConfiguration
Gets the stored configuration.- Returns:
- the configuration
-
getName
Gets the configuration's name.- Returns:
- the name
-