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 PathFactory
SearchIndex. PATH_FACTORY
The path factory. -
Uses of PathFactory in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return PathFactory Modifier and Type Method Description PathFactory
WorkspaceManager. 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 PathFactory
EntryFactory. 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 newItemStateValidator
instance. -
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 PathFactory
RepositoryService. 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 PathFactory
AbstractRepositoryService. 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 Path
PathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
ParsesjcrPath
into aPath
object usingresolver
to convert prefixes into namespace URIs.static Path
PathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory, boolean normalizeIdentifier)
ParsesjcrPath
into aPath
object usingresolver
to convert prefixes into namespace URIs.static Path
PathParser. parse(String jcrPath, NameResolver resolver, PathFactory factory)
ParsesjcrPath
into aPath
object usingresolver
to convert prefixes into namespace URIs.static Path
PathParser. parse(Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
Parses the givenjcrPath
and returns aPath
.static Path
PathParser. parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
Parses the givenjcrPath
and 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 PathFactory
AbstractIdFactory. getPathFactory()
Subclassed need to define a PathFactory used to create IDsprotected PathFactory
IdFactoryImpl. 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 class
PathFactoryLogger
Log wrapper for aPathFactory
.Methods in org.apache.jackrabbit.spi.commons.logging that return PathFactory Modifier and Type Method Description static PathFactory
SpiLoggerFactory. create(PathFactory pathFactory, LogWriterProvider logWriterProvider)
Returns a log wrapper for the givenpathFactory
which logs a calls to its methods iflogWriterProvider
returns aLogWriter
instance forpathFactory
.PathFactory
PathFactoryLogger. getPathFactory()
PathFactory
RepositoryServiceLogger. getPathFactory()
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory Modifier and Type Method Description static PathFactory
SpiLoggerFactory. create(PathFactory pathFactory, LogWriterProvider logWriterProvider)
Returns a log wrapper for the givenpathFactory
which logs a calls to its methods iflogWriterProvider
returns aLogWriter
instance forpathFactory
.LogWriter
LogWriterProvider. getLogWriter(PathFactory pathFactory)
LogWriter
Slf4jLogWriterProvider. getLogWriter(PathFactory pathFactory)
Returns aSlf4jLogWriter
if the logger forpathFactory.getClass()
has debug level enabled.LogWriter
WriterLogWriterProvider. getLogWriter(PathFactory pathFactory)
Returns aWriterLogWriter
if 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 givenpathFactory
which useswriter
for 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 class
PathFactoryImpl
PathFactoryImpl
...Methods in org.apache.jackrabbit.spi.commons.name that return PathFactory Modifier and Type Method Description static PathFactory
PathFactoryImpl. 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 PathFactory
AbstractQValueFactory. PATH_FACTORY
-
Uses of PathFactory in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return PathFactory Modifier and Type Method Description PathFactory
RepositoryServiceImpl. getPathFactory()
-
Uses of PathFactory in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return PathFactory Modifier and Type Method Description PathFactory
RepositoryServiceImpl. getPathFactory()
Return thePathFactory
.
-