Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
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.federation.spi |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
org.modeshape.jcr.query.lucene |
The core query engine, which currently uses Lucene for indexing and raw queries, and
the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA)
for updating and querying the Lucene indexes.
|
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.
|
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 | 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 |
protected static Logger |
ClusteredRepositoryChangeBus.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 | Method and Description |
---|---|
Logger |
Connector.getLogger()
Get the I18n-compatible logger for this connector instance.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
LuceneSearchConfiguration.logger |
protected static Logger |
LuceneQueryEngine.LOGGER |
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 |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.