public class PathFactoryImpl extends Object implements org.apache.jackrabbit.spi.PathFactory
PathFactoryImpl...| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Name name) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Name name,
int index) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path.Element element) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path.Element[] elements) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
boolean normalize) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
int index,
boolean normalize) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Path relPath,
boolean normalize) |
org.apache.jackrabbit.spi.Path |
create(String pathString) |
org.apache.jackrabbit.spi.Path.Element |
createElement(org.apache.jackrabbit.spi.Name name) |
org.apache.jackrabbit.spi.Path.Element |
createElement(org.apache.jackrabbit.spi.Name name,
int index) |
org.apache.jackrabbit.spi.Path.Element |
createElement(String identifier) |
org.apache.jackrabbit.spi.Path.Element |
getCurrentElement() |
static org.apache.jackrabbit.spi.PathFactory |
getInstance() |
org.apache.jackrabbit.spi.Path.Element |
getParentElement() |
org.apache.jackrabbit.spi.Path.Element |
getRootElement() |
org.apache.jackrabbit.spi.Path |
getRootPath() |
public static org.apache.jackrabbit.spi.PathFactory getInstance()
public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Path relPath,
boolean normalize)
throws IllegalArgumentException,
RepositoryException
create in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionRepositoryExceptionPathFactory.create(Path, Path, boolean)public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
boolean normalize)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.PathFactoryRepositoryExceptionPathFactory.create(Path, Name, boolean)public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
int index,
boolean normalize)
throws IllegalArgumentException,
RepositoryException
create in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionRepositoryExceptionPathFactory.create(Path, Name, int, boolean)public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Name name)
throws IllegalArgumentException
create in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionPathFactory.create(Name)public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Name name,
int index)
throws IllegalArgumentException
create in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionPathFactory.create(Name, int)public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path.Element element)
create in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path.Element[] elements)
throws IllegalArgumentException
create in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionPathFactory.create(org.apache.jackrabbit.spi.Path.Element[])public org.apache.jackrabbit.spi.Path create(String pathString) throws IllegalArgumentException
create in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionPathFactory.create(String)public org.apache.jackrabbit.spi.Path.Element createElement(org.apache.jackrabbit.spi.Name name)
throws IllegalArgumentException
createElement in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionPathFactory.createElement(Name)public org.apache.jackrabbit.spi.Path.Element createElement(org.apache.jackrabbit.spi.Name name,
int index)
throws IllegalArgumentException
createElement in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionPathFactory.createElement(Name, int)public org.apache.jackrabbit.spi.Path.Element createElement(String identifier) throws IllegalArgumentException
createElement in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionpublic org.apache.jackrabbit.spi.Path.Element getCurrentElement()
getCurrentElement in interface org.apache.jackrabbit.spi.PathFactoryPathFactory.getCurrentElement()public org.apache.jackrabbit.spi.Path.Element getParentElement()
getParentElement in interface org.apache.jackrabbit.spi.PathFactoryPathFactory.getParentElement()public org.apache.jackrabbit.spi.Path.Element getRootElement()
getRootElement in interface org.apache.jackrabbit.spi.PathFactoryPathFactory.getRootElement()public org.apache.jackrabbit.spi.Path getRootPath()
getRootPath in interface org.apache.jackrabbit.spi.PathFactoryPathFactory.getRootPath()Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.