Uses of Class
org.apache.commons.configuration2.tree.DefaultConfigurationKey
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of DefaultConfigurationKey in org.apache.commons.configuration2.tree
Modifier and TypeMethodDescriptionAppends the name of a property to this key.Appends the name of a property to this key.DefaultConfigurationKey.appendAttribute
(String attr) Appends an attribute to this configuration key.DefaultConfigurationKey.appendIndex
(int index) Appends an index to this configuration key.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.differenceKey
(DefaultConfigurationKey other) Returns the "difference key" to a given key.Modifier and TypeMethodDescriptionDefaultConfigurationKey.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.differenceKey
(DefaultConfigurationKey other) Returns the "difference key" to a given key.