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 String
Stores the at string.private final Configuration
Stores a reference to the configuration.private final String
Stores the name under which the configuration is stored. -
Constructor Summary
ConstructorsConstructorDescriptionConfigData
(Configuration config, String n, String at) Creates a new instance ofConfigData
and 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 ofConfigData
and initializes it.- Parameters:
config
- the configurationn
- the nameat
- the at position
-
-
Method Details
-
getConfiguration
Gets the stored configuration.- Returns:
- the configuration
-
getName
Gets the configuration's name.- Returns:
- the name
-
getAt
Gets the at position of this configuration.- Returns:
- the at position
-