org.apache.commons.configuration
static class CombinedConfiguration.ConfigData extends Object
Field Summary | |
---|---|
String | at Stores the at string. |
Collection | atPath Stores the at information as path of nodes. |
AbstractConfiguration | configuration Stores a reference to the configuration. |
String | name Stores the name under which the configuration is stored. |
Constructor Summary | |
---|---|
ConfigData(AbstractConfiguration config, String n, String at)
Creates a new instance of ConfigData and initializes
it.
|
Method Summary | |
---|---|
String | getAt()
Returns the at position of this configuration.
|
AbstractConfiguration | getConfiguration()
Returns the stored configuration.
|
String | getName()
Returns the configuration's name.
|
ConfigurationNode | getTransformedRoot()
Returns the transformed root node of the stored configuration. |
Collection | parseAt(String at)
Splits the at path into its components.
|
ConfigData
and initializes
it.
Parameters: config the configuration n the name at the at position
Returns: the at position
Returns: the configuration
Returns: the name
Returns: the transformed root node
Parameters: at the at string
Returns: a collection with the names of the single components