| Package | Description |
|---|---|
| org.apache.commons.configuration.tree |
| Modifier and Type | Method | Description |
|---|---|---|
DefaultConfigurationKey |
DefaultConfigurationKey.append(java.lang.String property) |
Appends the name of a property to this key.
|
DefaultConfigurationKey |
DefaultConfigurationKey.append(java.lang.String property,
boolean escape) |
Appends the name of a property to this key.
|
DefaultConfigurationKey |
DefaultConfigurationKey.appendAttribute(java.lang.String attr) |
Appends an attribute to this configuration key.
|
DefaultConfigurationKey |
DefaultConfigurationKey.appendIndex(int index) |
Appends an index to this configuration key.
|