public class ParsingPathResolver extends java.lang.Object implements PathResolver
NameResolver
is used for resolving the path element names.Constructor and Description |
---|
ParsingPathResolver(PathFactory pathFactory,
NameResolver resolver)
Creates a parsing path resolver.
|
ParsingPathResolver(PathFactory pathFactory,
NameResolver nameResolver,
IdentifierResolver idResolver)
Creates a parsing path resolver.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJCRPath(Path path)
Returns the JCR path representation for the given
Path object. |
Path |
getQPath(java.lang.String jcrPath)
Parses the given JCR path into a
Path object. |
Path |
getQPath(java.lang.String jcrPath,
boolean normalizeIdentifier)
Calls
PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)
from the given jcrPath . |
public ParsingPathResolver(PathFactory pathFactory, NameResolver resolver)
pathFactory
- path factory.resolver
- name resolverpublic ParsingPathResolver(PathFactory pathFactory, NameResolver nameResolver, IdentifierResolver idResolver)
pathFactory
- path factory.nameResolver
- name resolver.idResolver
- identifier resolver.public Path getQPath(java.lang.String jcrPath) throws MalformedPathException, IllegalNameException, NamespaceException
Path
object.getQPath
in interface PathResolver
jcrPath
- A JCR path String.Path
object.MalformedPathException
- if the JCR path format is invalid.IllegalNameException
- if any of the JCR names contained in the path are invalid.NamespaceException
- if a namespace prefix can not be resolvedpublic Path getQPath(java.lang.String jcrPath, boolean normalizeIdentifier) throws MalformedPathException, IllegalNameException, NamespaceException
PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)
from the given jcrPath
.getQPath
in interface PathResolver
jcrPath
- prefixed JCR pathPath
object.MalformedPathException
- if the JCR path format is invalid.IllegalNameException
- if any of the JCR names contained in the path are invalid.NamespaceException
- if a namespace prefix can not be resolved.PathResolver.getQPath(String, boolean)
public java.lang.String getJCRPath(Path path) throws NamespaceException
Path
object.getJCRPath
in interface PathResolver
path
- A Path
object.NamespaceException
- if a namespace URI can not be resolved.PathResolver.getJCRPath(org.apache.jackrabbit.spi.Path)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"