Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
org.modeshape.common.collection.ring |
A ring buffer and the components it uses internally.
|
org.modeshape.common.logging | |
org.modeshape.common.logging.jdk | |
org.modeshape.common.logging.log4j | |
org.modeshape.common.logging.slf4j | |
org.modeshape.extractor.tika |
The classes that make up the
TextExtractor implementation that uses the Apache Tika
Parser implementations. |
org.modeshape.jcr | |
org.modeshape.jcr.bus | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.clustering | |
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
org.modeshape.jcr.query.engine.process |
When executing a query, the processing phase involves "running" each branch in the optimized query plan, determining
the set of nodes that satisfies each branch, and then joining each branch into a single result.
|
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
org.modeshape.jcr.txn | |
org.modeshape.jcr.value.binary | |
org.modeshape.jdbc | |
org.modeshape.jdbc.delegate | |
org.modeshape.sequencer.sramp |
The classes that make up the S-RAMP library.
|
org.modeshape.sequencer.teiid.model |
The classes that make up the Teiid model sequencer.
|
org.modeshape.webdav.methods |
Modifier and Type | Method and Description |
---|---|
void |
Problems.writeTo(Logger logger)
Write the problems to the supplied logger.
|
void |
ImmutableProblems.writeTo(Logger logger) |
void |
AbstractProblems.writeTo(Logger logger) |
void |
Problems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
Write the problems to the supplied logger.
|
void |
ImmutableProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses) |
void |
AbstractProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses) |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RingBuffer.logger |
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getLogger(Class<?> clazz)
Return a logger named corresponding to the class passed as parameter.
|
static Logger |
Logger.getLogger(String name)
Return a logger named according to the name parameter.
|
protected abstract Logger |
LogFactory.getLogger(String name)
Return a logger named according to the name parameter.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
JdkLoggerFactory.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
Log4jLoggerFactory.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
SLF4JLoggerFactory.getLogger(String name) |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
TikaTextExtractor.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
JndiRepositoryFactory.LOG |
protected static Logger |
JcrRepositoriesContainer.LOG |
protected Logger |
JcrRepository.logger |
protected static Logger |
Upgrades.LOGGER |
protected static Logger |
InfinispanUtil.LOGGER |
protected static Logger |
BackupService.LOGGER |
Modifier and Type | Method and Description |
---|---|
Logger |
ExecutionContext.getLogger(Class<?> clazz)
Return a logger associated with this context.
|
Logger |
ExecutionContext.getLogger(String name)
Return a logger associated with this context.
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
RepositoryChangeBus.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RepositoryCache.logger |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
WorkspaceCache.LOGGER |
Modifier and Type | Method and Description |
---|---|
protected Logger |
WritableSessionCache.logger() |
protected Logger |
ReadOnlySessionCache.logger() |
protected abstract Logger |
AbstractSessionCache.logger() |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ClusteringService.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
NodeSequence.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ScanningQueryEngine.LOGGER
We don't use the standard logging convention here; we want clients to easily configure logging for the indexes
|
protected static Logger |
IndexQueryEngine.LOGGER
We don't use the standard logging convention here; we want clients to easily configure logging for the indexes
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
DependentQuery.logger |
protected static Logger |
BufferingSequence.logger |
protected static Logger |
DistinctSequence.LOGGER |
Modifier and Type | Method and Description |
---|---|
Logger |
Connector.getLogger()
Get the I18n-compatible logger for this connector instance.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
Transactions.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CompositeBinaryStore.logger |
protected Logger |
AbstractBinaryStore.logger |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LocalJcrDriver.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
AbstractRepositoryDelegate.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
AbstractResolvingReader.logger |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ModelObjectHandler.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected Logger |
AbstractMethod.logger |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.