Uses of Class
org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Packages that use DefaultConfigurationKey Package Description org.apache.commons.configuration.tree -
-
Uses of DefaultConfigurationKey in org.apache.commons.configuration.tree
Methods in org.apache.commons.configuration.tree that return DefaultConfigurationKey Modifier and Type Method Description DefaultConfigurationKeyDefaultConfigurationKey. append(java.lang.String property)Appends the name of a property to this key.DefaultConfigurationKeyDefaultConfigurationKey. append(java.lang.String property, boolean escape)Appends the name of a property to this key.DefaultConfigurationKeyDefaultConfigurationKey. appendAttribute(java.lang.String attr)Appends an attribute to this configuration key.DefaultConfigurationKeyDefaultConfigurationKey. appendIndex(int index)Appends an index to this configuration key.
-