| Package | Description |
|---|---|
| org.apache.jackrabbit.spi.commons.conversion | |
| org.apache.jackrabbit.spi.commons.name |
| Modifier and Type | Method and Description |
|---|---|
static void |
PathParser.checkFormat(String jcrPath)
Check the format of the given jcr path.
|
void |
IdentifierResolver.checkFormat(String identifier) |
org.apache.jackrabbit.spi.Path |
IdentifierResolver.getPath(String identifier) |
org.apache.jackrabbit.spi.Path |
PathResolver.getQPath(String path)
Returns the path object for the given JCR path string.
|
org.apache.jackrabbit.spi.Path |
ParsingPathResolver.getQPath(String jcrPath)
Parses the given JCR path into a
Path object. |
org.apache.jackrabbit.spi.Path |
DefaultNamePathResolver.getQPath(String path) |
org.apache.jackrabbit.spi.Path |
CachingPathResolver.getQPath(String path)
Returns the
Path object for the given JCR path String. |
org.apache.jackrabbit.spi.Path |
PathResolver.getQPath(String path,
boolean normalizeIdentifier)
Returns the path object for the given JCR path string.
|
org.apache.jackrabbit.spi.Path |
ParsingPathResolver.getQPath(String jcrPath,
boolean normalizeIdentifier)
Calls
PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)
from the given jcrPath. |
org.apache.jackrabbit.spi.Path |
DefaultNamePathResolver.getQPath(String path,
boolean normalizeIdentifier) |
org.apache.jackrabbit.spi.Path |
CachingPathResolver.getQPath(String path,
boolean normalizeIdentifier) |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(org.apache.jackrabbit.spi.Path parent,
String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses the given
jcrPath and returns a Path. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(org.apache.jackrabbit.spi.Path parent,
String jcrPath,
NameResolver resolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses the given
jcrPath and returns a Path. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
org.apache.jackrabbit.spi.PathFactory factory,
boolean normalizeIdentifier)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(String jcrPath,
NameResolver resolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.Path |
PathMap.Element.getPath()
Return the path of this element.
|
org.apache.jackrabbit.spi.Path |
PathBuilder.getPath()
Assembles the built path and returns a new
Path. |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.