| 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 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. |
| 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 PathFactory |
IdFactoryImpl.getPathFactory() |
protected abstract PathFactory |
AbstractIdFactory.getPathFactory()
Subclassed need to define a PathFactory used to create IDs
|
| 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 |
RepositoryServiceLogger.getPathFactory() |
PathFactory |
PathFactoryLogger.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 |
WriterLogWriterProvider.getLogWriter(PathFactory pathFactory)
Returns a
WriterLogWriter if the logger for
pathFactory.getClass() has debug level enabled. |
LogWriter |
Slf4jLogWriterProvider.getLogWriter(PathFactory pathFactory)
Returns a
Slf4jLogWriter if the logger for
pathFactory.getClass() has debug level enabled. |
LogWriter |
LogWriterProvider.getLogWriter(PathFactory pathFactory) |
| 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() |
| Constructor and Description |
|---|
RepositoryServiceImpl(String uri,
IdFactory idFactory,
NameFactory nameFactory,
PathFactory pathFactory,
QValueFactory qValueFactory)
Same as
RepositoryServiceImpl.RepositoryServiceImpl(String, IdFactory, NameFactory, PathFactory, QValueFactory, int, int)
using ItemInfoCacheImpl#DEFAULT_CACHE_SIZE) as size for the item
cache and RepositoryServiceImpl.MAX_CONNECTIONS_DEFAULT for the maximum number of
connections on the client. |
RepositoryServiceImpl(String uri,
IdFactory idFactory,
NameFactory nameFactory,
PathFactory pathFactory,
QValueFactory qValueFactory,
int itemInfoCacheSize)
Same as
RepositoryServiceImpl.RepositoryServiceImpl(String, IdFactory, NameFactory, PathFactory, QValueFactory, int, int)
using RepositoryServiceImpl.MAX_CONNECTIONS_DEFAULT for the maximum number of
connections on the client. |
RepositoryServiceImpl(String uri,
IdFactory idFactory,
NameFactory nameFactory,
PathFactory pathFactory,
QValueFactory qValueFactory,
int itemInfoCacheSize,
int maximumHttpConnections)
Creates a new instance of this repository service.
|
| Modifier and Type | Method and Description |
|---|---|
PathFactory |
RepositoryServiceImpl.getPathFactory()
Return the
PathFactory. |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.