Uses of Class
org.apache.commons.configuration.ConfigurationKey
-
Packages that use ConfigurationKey Package Description org.apache.commons.configuration -
-
Uses of ConfigurationKey in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return ConfigurationKey Modifier and Type Method Description ConfigurationKeyConfigurationKey. append(java.lang.String property)Deprecated.Appends the name of a property to this key.ConfigurationKeyConfigurationKey. appendAttribute(java.lang.String attr)Deprecated.Appends an attribute to this configuration key.ConfigurationKeyConfigurationKey. appendIndex(int index)Deprecated.Appends an index to this configuration key.ConfigurationKeyConfigurationKey. commonKey(ConfigurationKey other)Deprecated.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.ConfigurationKeyConfigurationKey. differenceKey(ConfigurationKey other)Deprecated.Returns the "difference key" to a given key.Methods in org.apache.commons.configuration with parameters of type ConfigurationKey Modifier and Type Method Description ConfigurationKeyConfigurationKey. commonKey(ConfigurationKey other)Deprecated.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.ConfigurationKeyConfigurationKey. differenceKey(ConfigurationKey other)Deprecated.Returns the "difference key" to a given key.voidHierarchicalConfiguration.Node. visit(HierarchicalConfiguration.NodeVisitor visitor, ConfigurationKey key)A generic method for traversing this node and all of its children.voidHierarchicalConfiguration.NodeVisitor. visitAfterChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)Visits the specified node after its children have been processed.voidHierarchicalConfiguration.BuilderVisitor. visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)Visits the specified node before its children have been traversed.voidHierarchicalConfiguration.NodeVisitor. visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)Visits the specified node.
-