Uses of Class
org.apache.commons.configuration2.tree.DefaultConfigurationKey
-
Packages that use DefaultConfigurationKey Package Description org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations. -
-
Uses of DefaultConfigurationKey in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree that return DefaultConfigurationKey Modifier and Type Method Description DefaultConfigurationKeyDefaultConfigurationKey. append(String property)Appends the name of a property to this key.DefaultConfigurationKeyDefaultConfigurationKey. append(String property, boolean escape)Appends the name of a property to this key.DefaultConfigurationKeyDefaultConfigurationKey. appendAttribute(String attr)Appends an attribute to this configuration key.DefaultConfigurationKeyDefaultConfigurationKey. appendIndex(int index)Appends an index to this configuration key.DefaultConfigurationKeyDefaultConfigurationKey. 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.DefaultConfigurationKeyDefaultConfigurationKey. differenceKey(DefaultConfigurationKey other)Returns the "difference key" to a given key.Methods in org.apache.commons.configuration2.tree with parameters of type DefaultConfigurationKey Modifier and Type Method Description DefaultConfigurationKeyDefaultConfigurationKey. 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.DefaultConfigurationKeyDefaultConfigurationKey. differenceKey(DefaultConfigurationKey other)Returns the "difference key" to a given key.
-