Uses of Interface
org.apache.jackrabbit.spi.commons.name.PathMap.ElementVisitor
-
Packages that use PathMap.ElementVisitor Package Description org.apache.jackrabbit.spi.commons.name -
-
Uses of PathMap.ElementVisitor in org.apache.jackrabbit.spi.commons.name
Methods in org.apache.jackrabbit.spi.commons.name with parameters of type PathMap.ElementVisitor Modifier and Type Method Description void
PathMap.Element. traverse(PathMap.ElementVisitor<T> visitor, boolean includeEmpty)
Recursively invoked traversal method.void
PathMap. traverse(PathMap.ElementVisitor<T> visitor, boolean includeEmpty)
Traverse the path map and call back requester.
-