@Version("1.0.1")
Package org.apache.jackrabbit.oak.namepath
-
Interface Summary Interface Description JcrPathParser.Listener NameMapper TODO documentNamePathMapper TheNamePathMapper
interface combinesNameMapper
andPathMapper
.PathMapper PathMapper
instances provide methods for mapping paths from their JCR string representation to their Oak representation and vice versa. -
Class Summary Class Description JcrNameParser Parses and validates JCR names.JcrPathParser TODO documentNamePathMapper.Default Default implementation that doesn't perform any conversions for cases where a mapper object only deals with oak internal names and paths.PathTracker Simple utility class for lazily tracking the current path during a tree traversal that recurses down a subtree.