| Package | Description | 
|---|---|
| org.apache.commons.configuration2.tree | 
 
 A package with helper and utility classes used by hierarchical configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultConfigurationKey | 
DefaultConfigurationKey.append(String property)
Appends the name of a property to this key. 
 | 
DefaultConfigurationKey | 
DefaultConfigurationKey.append(String property,
      boolean escape)
Appends the name of a property to this key. 
 | 
DefaultConfigurationKey | 
DefaultConfigurationKey.appendAttribute(String attr)
Appends an attribute to this configuration key. 
 | 
DefaultConfigurationKey | 
DefaultConfigurationKey.appendIndex(int index)
Appends an index to this configuration key. 
 | 
DefaultConfigurationKey | 
DefaultConfigurationKey.commonKey(DefaultConfigurationKey other)
Returns a configuration key object that is initialized with the part
 of the key that is common to this key and the passed in key. 
 | 
DefaultConfigurationKey | 
DefaultConfigurationKey.differenceKey(DefaultConfigurationKey other)
Returns the "difference key" to a given key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultConfigurationKey | 
DefaultConfigurationKey.commonKey(DefaultConfigurationKey other)
Returns a configuration key object that is initialized with the part
 of the key that is common to this key and the passed in key. 
 | 
DefaultConfigurationKey | 
DefaultConfigurationKey.differenceKey(DefaultConfigurationKey other)
Returns the "difference key" to a given key. 
 | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.