Uses of Interface
org.apache.jackrabbit.spi.PathFactory
- 
- 
Uses of PathFactory in org.apache.jackrabbit.core.query.lucene
Fields in org.apache.jackrabbit.core.query.lucene declared as PathFactory Modifier and Type Field Description protected static PathFactorySearchIndex. PATH_FACTORYThe path factory. - 
Uses of PathFactory in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return PathFactory Modifier and Type Method Description PathFactoryWorkspaceManager. getPathFactory() - 
Uses of PathFactory in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PathFactory Modifier and Type Method Description PathFactoryEntryFactory. getPathFactory()Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PathFactory Constructor Description EntryFactory(TransientItemStateFactory isf, IdFactory idFactory, EntryFactory.NodeEntryListener listener, PathFactory pathFactory)Create a new instance of theEntryFactory.HierarchyManagerImpl(TransientItemStateFactory isf, IdFactory idFactory, PathFactory pathFactory) - 
Uses of PathFactory in org.apache.jackrabbit.jcr2spi.state
Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type PathFactory Constructor Description ItemStateValidator(ManagerProvider mgrProvider, PathFactory pathFactory)Creates a newItemStateValidatorinstance. - 
Uses of PathFactory in org.apache.jackrabbit.jcr2spi.xml
Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type PathFactory Constructor Description ImportHandler(Importer importer, NamespaceResolver nsResolver, NamespaceRegistry nsReg, NameFactory nameFactory, PathFactory pathFactory) - 
Uses of PathFactory in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return PathFactory Modifier and Type Method Description PathFactoryRepositoryService. getPathFactory()Return thePathFactory. - 
Uses of PathFactory in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return PathFactory Modifier and Type Method Description PathFactoryAbstractRepositoryService. getPathFactory() - 
Uses of PathFactory in org.apache.jackrabbit.spi.commons.conversion
Methods in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathFactory Modifier and Type Method Description 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.Constructors in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathFactory Constructor Description ParsingPathResolver(PathFactory pathFactory, NameResolver resolver)Creates a parsing path resolver.ParsingPathResolver(PathFactory pathFactory, NameResolver nameResolver, IdentifierResolver idResolver)Creates a parsing path resolver. - 
Uses of PathFactory in org.apache.jackrabbit.spi.commons.identifier
Methods in org.apache.jackrabbit.spi.commons.identifier that return PathFactory Modifier and Type Method Description protected abstract PathFactoryAbstractIdFactory. getPathFactory()Subclassed need to define a PathFactory used to create IDsprotected PathFactoryIdFactoryImpl. getPathFactory() - 
Uses of PathFactory in org.apache.jackrabbit.spi.commons.logging
Classes in org.apache.jackrabbit.spi.commons.logging that implement PathFactory Modifier and Type Class Description classPathFactoryLoggerLog wrapper for aPathFactory.Methods in org.apache.jackrabbit.spi.commons.logging that return PathFactory Modifier and Type Method Description static PathFactorySpiLoggerFactory. create(PathFactory pathFactory, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenpathFactorywhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance forpathFactory.PathFactoryPathFactoryLogger. getPathFactory()PathFactoryRepositoryServiceLogger. getPathFactory()Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory Modifier and Type Method Description static PathFactorySpiLoggerFactory. create(PathFactory pathFactory, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenpathFactorywhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance forpathFactory.LogWriterLogWriterProvider. getLogWriter(PathFactory pathFactory)LogWriterSlf4jLogWriterProvider. getLogWriter(PathFactory pathFactory)Returns aSlf4jLogWriterif the logger forpathFactory.getClass()has debug level enabled.LogWriterWriterLogWriterProvider. getLogWriter(PathFactory pathFactory)Returns aWriterLogWriterif the logger forpathFactory.getClass()has debug level enabled.Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory Constructor Description PathFactoryLogger(PathFactory pathFactory, LogWriter writer)Create a new instance for the givenpathFactorywhich useswriterfor persisting log messages. - 
Uses of PathFactory in org.apache.jackrabbit.spi.commons.name
Classes in org.apache.jackrabbit.spi.commons.name that implement PathFactory Modifier and Type Class Description classPathFactoryImplPathFactoryImpl...Methods in org.apache.jackrabbit.spi.commons.name that return PathFactory Modifier and Type Method Description static PathFactoryPathFactoryImpl. getInstance()Constructors in org.apache.jackrabbit.spi.commons.name with parameters of type PathFactory Constructor Description PathBuilder(PathFactory factory)Creates a new PathBuilder. - 
Uses of PathFactory in org.apache.jackrabbit.spi.commons.value
Fields in org.apache.jackrabbit.spi.commons.value declared as PathFactory Modifier and Type Field Description protected static PathFactoryAbstractQValueFactory. PATH_FACTORY - 
Uses of PathFactory in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return PathFactory Modifier and Type Method Description PathFactoryRepositoryServiceImpl. getPathFactory() - 
Uses of PathFactory in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return PathFactory Modifier and Type Method Description PathFactoryRepositoryServiceImpl. getPathFactory()Return thePathFactory. 
 -