static class CombinedConfiguration.ConfigData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
at
Stores the at string.
|
private java.util.Collection |
atPath
Stores the at information as path of nodes.
|
private AbstractConfiguration |
configuration
Stores a reference to the configuration.
|
private java.lang.String |
name
Stores the name under which the configuration is stored.
|
Constructor and Description |
---|
CombinedConfiguration.ConfigData(AbstractConfiguration config,
java.lang.String n,
java.lang.String at)
Creates a new instance of
ConfigData and initializes
it. |
Modifier and Type | Method and Description |
---|---|
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.
|
ConfigurationNode |
getTransformedRoot()
Returns the transformed root node of the stored configuration.
|
private java.util.Collection |
parseAt(java.lang.String at)
Splits the at path into its components.
|
private AbstractConfiguration configuration
private java.lang.String name
private java.util.Collection atPath
private java.lang.String at
public CombinedConfiguration.ConfigData(AbstractConfiguration config, java.lang.String n, java.lang.String at)
ConfigData
and initializes
it.config
- the configurationn
- the nameat
- the at positionpublic AbstractConfiguration getConfiguration()
public java.lang.String getName()
public java.lang.String getAt()
public ConfigurationNode getTransformedRoot()
private java.util.Collection parseAt(java.lang.String at)
at
- the at string