|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PathFactory in org.apache.jackrabbit.core.query.lucene |
|---|
| Fields in org.apache.jackrabbit.core.query.lucene declared as PathFactory | |
|---|---|
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 | |
|---|---|
PathFactory |
WorkspaceManager.getPathFactory()
|
| Uses of PathFactory in org.apache.jackrabbit.jcr2spi.hierarchy |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PathFactory | |
|---|---|
PathFactory |
EntryFactory.getPathFactory()
|
| Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PathFactory | |
|---|---|
EntryFactory(TransientItemStateFactory isf,
IdFactory idFactory,
EntryFactory.NodeEntryListener listener,
PathFactory pathFactory)
Create a new instance of the EntryFactory. |
|
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 | |
|---|---|
ItemStateValidator(ManagerProvider mgrProvider,
PathFactory pathFactory)
Creates a new ItemStateValidator instance. |
|
| Uses of PathFactory in org.apache.jackrabbit.jcr2spi.xml |
|---|
| Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type PathFactory | |
|---|---|
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 | |
|---|---|
PathFactory |
RepositoryService.getPathFactory()
Return the PathFactory. |
| Uses of PathFactory in org.apache.jackrabbit.spi.commons |
|---|
| Methods in org.apache.jackrabbit.spi.commons that return PathFactory | |
|---|---|
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 | |
|---|---|
static Path |
PathParser.parse(Path parent,
String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory)
Parses the given jcrPath and returns a Path. |
static Path |
PathParser.parse(Path parent,
String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses the given jcrPath and returns a Path. |
static Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory)
Parses jcrPath into a Path object using
resolver to convert prefixes into namespace URI's. |
static Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory,
boolean normalizeIdentifier)
Parses jcrPath into a Path object using
resolver to convert prefixes into namespace URI's. |
static Path |
PathParser.parse(String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses jcrPath into a Path object using
resolver to convert prefixes into namespace URI's. |
| Constructors in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathFactory | |
|---|---|
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 | |
|---|---|
protected abstract PathFactory |
AbstractIdFactory.getPathFactory()
Subclassed need to define a PathFactory used to create IDs |
protected PathFactory |
IdFactoryImpl.getPathFactory()
|
| Uses of PathFactory in org.apache.jackrabbit.spi.commons.logging |
|---|
| Classes in org.apache.jackrabbit.spi.commons.logging that implement PathFactory | |
|---|---|
class |
PathFactoryLogger
Log wrapper for a PathFactory. |
| Methods in org.apache.jackrabbit.spi.commons.logging that return PathFactory | |
|---|---|
static PathFactory |
SpiLoggerFactory.create(PathFactory pathFactory,
LogWriterProvider logWriterProvider)
Returns a log wrapper for the given pathFactory which logs a calls to its
methods if logWriterProvider returns a LogWriter instance for
pathFactory. |
PathFactory |
RepositoryServiceLogger.getPathFactory()
|
PathFactory |
PathFactoryLogger.getPathFactory()
|
| Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory | |
|---|---|
static PathFactory |
SpiLoggerFactory.create(PathFactory pathFactory,
LogWriterProvider logWriterProvider)
Returns a log wrapper for the given pathFactory which logs a calls to its
methods if logWriterProvider returns a LogWriter instance for
pathFactory. |
LogWriter |
LogWriterProvider.getLogWriter(PathFactory pathFactory)
|
LogWriter |
Slf4jLogWriterProvider.getLogWriter(PathFactory pathFactory)
Returns a Slf4jLogWriter if the logger for
pathFactory.getClass() has debug level enabled. |
LogWriter |
WriterLogWriterProvider.getLogWriter(PathFactory pathFactory)
Returns a WriterLogWriter if the logger for
pathFactory.getClass() has debug level enabled. |
| Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory | |
|---|---|
PathFactoryLogger(PathFactory pathFactory,
LogWriter writer)
Create a new instance for the given pathFactory which uses
writer 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 | |
|---|---|
class |
PathFactoryImpl
PathFactoryImpl... |
| Methods in org.apache.jackrabbit.spi.commons.name that return PathFactory | |
|---|---|
static PathFactory |
PathFactoryImpl.getInstance()
|
| Constructors in org.apache.jackrabbit.spi.commons.name with parameters of type PathFactory | |
|---|---|
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 | |
|---|---|
protected static PathFactory |
AbstractQValueFactory.PATH_FACTORY
|
| Uses of PathFactory in org.apache.jackrabbit.spi2dav |
|---|
| Methods in org.apache.jackrabbit.spi2dav that return PathFactory | |
|---|---|
PathFactory |
RepositoryServiceImpl.getPathFactory()
|
| Constructors in org.apache.jackrabbit.spi2dav with parameters of type PathFactory | |
|---|---|
RepositoryServiceImpl(String uri,
IdFactory idFactory,
NameFactory nameFactory,
PathFactory pathFactory,
QValueFactory qValueFactory)
|
|
| Uses of PathFactory in org.apache.jackrabbit.spi2jcr |
|---|
| Methods in org.apache.jackrabbit.spi2jcr that return PathFactory | |
|---|---|
PathFactory |
RepositoryServiceImpl.getPathFactory()
Return the PathFactory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||