Uses of Class
org.apache.commons.configuration2.tree.NodeAddData
-
Packages that use NodeAddData 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.org.apache.commons.configuration2.tree.xpath This package contains theXPathExpressionEngineclass which enables XPATH support for querying configuration properties. -
-
Uses of NodeAddData in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return NodeAddData Modifier and Type Method Description NodeAddData<T>AbstractHierarchicalConfiguration. resolveAddKey(T root, String key, NodeHandler<T> handler)Resolves a key of an add operation. -
Uses of NodeAddData in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree that return NodeAddData Modifier and Type Method Description <T> NodeAddData<T>DefaultExpressionEngine. prepareAdd(T root, String key, NodeHandler<T> handler)Prepares Adding the property with the specified key.<T> NodeAddData<T>ExpressionEngine. prepareAdd(T root, String key, NodeHandler<T> handler)Returns information needed for an add operation.NodeAddData<T>NodeKeyResolver. resolveAddKey(T root, String key, NodeHandler<T> handler)Resolves a key of an add operation. -
Uses of NodeAddData in org.apache.commons.configuration2.tree.xpath
Methods in org.apache.commons.configuration2.tree.xpath that return NodeAddData Modifier and Type Method Description <T> NodeAddData<T>XPathExpressionEngine. prepareAdd(T root, String key, NodeHandler<T> handler)Returns information needed for an add operation.
-