Uses of Class
org.apache.jackrabbit.spi.commons.conversion.MalformedPathException
-
Packages that use MalformedPathException Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.session org.apache.jackrabbit.spi.commons.conversion org.apache.jackrabbit.spi.commons.name -
-
Uses of MalformedPathException in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that throw MalformedPathException Modifier and Type Method Description voidSessionImpl. checkFormat(String identifier)PathSessionImpl. getPath(String identifier)PathSessionImpl. getQPath(String path)PathSessionImpl. getQPath(String path, boolean normalizeIdentifier)protected voidCachingHierarchyManager. pathResolved(ItemId id, PathBuilder builder)protected voidHierarchyManagerImpl. pathResolved(ItemId id, PathBuilder builder)protected ItemIdHierarchyManagerImpl. resolvePath(Path.Element[] elements, int next, ItemId id, int typesAllowed)Internal implementation that iteratively resolves a path into an item. -
Uses of MalformedPathException in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that throw MalformedPathException Modifier and Type Method Description PathSessionContext. getQPath(String path)PathSessionContext. getQPath(String path, boolean normalizeIdentifier) -
Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.conversion
Methods in org.apache.jackrabbit.spi.commons.conversion that throw MalformedPathException Modifier and Type Method Description voidIdentifierResolver. checkFormat(String identifier)static voidPathParser. checkFormat(String jcrPath)Check the format of the given jcr path.PathIdentifierResolver. getPath(String identifier)PathCachingPathResolver. getQPath(String path)Returns thePathobject for the given JCR path String.PathCachingPathResolver. getQPath(String path, boolean normalizeIdentifier)PathDefaultNamePathResolver. getQPath(String path)PathDefaultNamePathResolver. getQPath(String path, boolean normalizeIdentifier)PathParsingPathResolver. getQPath(String jcrPath)Parses the given JCR path into aPathobject.PathParsingPathResolver. getQPath(String jcrPath, boolean normalizeIdentifier)CallsPathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)from the givenjcrPath.PathPathResolver. getQPath(String path)Returns the path object for the given JCR path string.PathPathResolver. getQPath(String path, boolean normalizeIdentifier)Returns the path object for the given JCR path string.static PathPathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)ParsesjcrPathinto aPathobject usingresolverto convert prefixes into namespace URIs.static PathPathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory, boolean normalizeIdentifier)ParsesjcrPathinto aPathobject usingresolverto convert prefixes into namespace URIs.static PathPathParser. parse(String jcrPath, NameResolver resolver, PathFactory factory)ParsesjcrPathinto aPathobject usingresolverto convert prefixes into namespace URIs.static PathPathParser. parse(Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)Parses the givenjcrPathand returns aPath.static PathPathParser. parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)Parses the givenjcrPathand returns aPath. -
Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.name
Methods in org.apache.jackrabbit.spi.commons.name that throw MalformedPathException Modifier and Type Method Description PathPathBuilder. getPath()Assembles the built path and returns a newPath.PathPathMap.Element. getPath()Return the path of this element.
-