Modifier and Type | Field and Description |
---|---|
protected static PathFactory |
SearchIndex.PATH_FACTORY
The path factory.
|
Modifier and Type | Method and Description |
---|---|
PathFactory |
WorkspaceManager.getPathFactory() |
Modifier and Type | Method and Description |
---|---|
PathFactory |
EntryFactory.getPathFactory() |
Constructor and Description |
---|
EntryFactory(TransientItemStateFactory isf,
IdFactory idFactory,
EntryFactory.NodeEntryListener listener,
PathFactory pathFactory)
Create a new instance of the
EntryFactory . |
HierarchyManagerImpl(TransientItemStateFactory isf,
IdFactory idFactory,
PathFactory pathFactory) |
Constructor and Description |
---|
ItemStateValidator(ManagerProvider mgrProvider,
PathFactory pathFactory)
Creates a new
ItemStateValidator instance. |
Constructor and Description |
---|
ImportHandler(Importer importer,
NamespaceResolver nsResolver,
NamespaceRegistry nsReg,
NameFactory nameFactory,
PathFactory pathFactory) |
Modifier and Type | Method and Description |
---|---|
PathFactory |
RepositoryService.getPathFactory()
Return the
PathFactory . |
Modifier and Type | Method and Description |
---|---|
PathFactory |
AbstractRepositoryService.getPathFactory() |
Modifier and Type | Method and Description |
---|---|
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 URIs. |
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 URIs. |
static Path |
PathParser.parse(String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
Constructor and Description |
---|
ParsingPathResolver(PathFactory pathFactory,
NameResolver resolver)
Creates a parsing path resolver.
|
ParsingPathResolver(PathFactory pathFactory,
NameResolver nameResolver,
IdentifierResolver idResolver)
Creates a parsing path resolver.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PathFactory |
AbstractIdFactory.getPathFactory()
Subclassed need to define a PathFactory used to create IDs
|
protected PathFactory |
IdFactoryImpl.getPathFactory() |
Modifier and Type | Class and Description |
---|---|
class |
PathFactoryLogger
Log wrapper for a
PathFactory . |
Modifier and Type | Method and Description |
---|---|
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 |
PathFactoryLogger.getPathFactory() |
PathFactory |
RepositoryServiceLogger.getPathFactory() |
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
PathFactoryLogger(PathFactory pathFactory,
LogWriter writer)
Create a new instance for the given
pathFactory which uses
writer for persisting log messages. |
Modifier and Type | Class and Description |
---|---|
class |
PathFactoryImpl
PathFactoryImpl ... |
Modifier and Type | Method and Description |
---|---|
static PathFactory |
PathFactoryImpl.getInstance() |
Constructor and Description |
---|
PathBuilder(PathFactory factory)
Creates a new PathBuilder.
|
Modifier and Type | Field and Description |
---|---|
protected static PathFactory |
AbstractQValueFactory.PATH_FACTORY |
Modifier and Type | Method and Description |
---|---|
PathFactory |
RepositoryServiceImpl.getPathFactory() |
Modifier and Type | Method and Description |
---|---|
PathFactory |
RepositoryServiceImpl.getPathFactory()
Return the
PathFactory . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.