Uses of Class
org.apache.commons.configuration2.tree.DefaultConfigurationKey
-
Packages that use DefaultConfigurationKey Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations. -
-
Uses of DefaultConfigurationKey in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 with parameters of type DefaultConfigurationKey Modifier and Type Method Description protected void
HierarchicalConfigurationConverter. closeElements(DefaultConfigurationKey keyLast, DefaultConfigurationKey keyAct)
Fires all necessary element end events for the specified keys.protected java.lang.String
HierarchicalConfigurationConverter. openElements(DefaultConfigurationKey keyLast, DefaultConfigurationKey keyAct, Configuration config, java.util.Set<java.lang.String> keySet)
Fires all necessary element start events for the specified key.protected java.util.Iterator<java.lang.String>
HierarchicalConfigurationConverter. reverseIterator(DefaultConfigurationKey key)
Helper method for determining a reverse iterator for the specified key. -
Uses of DefaultConfigurationKey in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree that return DefaultConfigurationKey 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.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.Methods in org.apache.commons.configuration2.tree with parameters of type DefaultConfigurationKey Modifier and Type Method 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.
-