Uses of Class
org.apache.commons.configuration.ConfigurationKey.KeyIterator
Packages that use ConfigurationKey.KeyIterator
-
Uses of ConfigurationKey.KeyIterator in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return ConfigurationKey.KeyIteratorModifier and TypeMethodDescriptionConfigurationKey.iterator()Deprecated.Returns an iterator for iterating over the single components of this configuration key.Methods in org.apache.commons.configuration with parameters of type ConfigurationKey.KeyIteratorModifier and TypeMethodDescriptionprotected HierarchicalConfiguration.NodeHierarchicalConfiguration.createAddPath(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node root) Deprecated.protected HierarchicalConfiguration.NodeHierarchicalConfiguration.fetchAddNode(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node startNode) Deprecated.Adding new properties is now to a major part delegated to theExpressionEngineassociated with this configuration instance.protected HierarchicalConfiguration.NodeHierarchicalConfiguration.findLastPathNode(ConfigurationKey.KeyIterator keyIt, HierarchicalConfiguration.Node node) Deprecated.Adding new properties is now to a major part delegated to theExpressionEngineassociated with this configuration instance.protected voidHierarchicalConfiguration.findPropertyNodes(ConfigurationKey.KeyIterator keyPart, HierarchicalConfiguration.Node node, Collection<ConfigurationNode> nodes) Deprecated.Property keys are now evaluated by the expression engine associated with the configuration; this method will no longer be called.
ExpressionEngineassociated with this configuration instance.