Package | Description |
---|---|
org.modeshape.jboss.service | |
org.modeshape.jcr | |
org.modeshape.jcr.mimetype |
This package defines an internal adapter framework for detecting MIME types.
|
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryService
A
RepositoryService instance is the service responsible for initializing a JcrRepository in the ModeShape
engine using the information from the configuration. |
Modifier and Type | Class and Description |
---|---|
class |
LocalEnvironment
An
Environment that can be used within a local (non-clustered) process. |
Modifier and Type | Method and Description |
---|---|
protected Environment |
RepositoryConfiguration.environment() |
protected Environment |
JcrRepository.RunningState.environment() |
Modifier and Type | Method and Description |
---|---|
RepositoryConfiguration |
RepositoryConfiguration.with(Environment environment)
Create a copy of this configuration that uses the supplied Infinispan
CacheContainer instance. |
Constructor and Description |
---|
RepositoryConfiguration(Document document,
String documentName,
Environment environment) |
RepositoryConfiguration(String name,
Environment environment) |
Constructor and Description |
---|
MimeTypeDetectors(Environment environment,
Problems problems)
Creates a new instance with a given environment and optional problems collector.
|
Modifier and Type | Method and Description |
---|---|
protected Environment |
Connector.getEnvironment()
Returns the repository environment that was set during connector initialization
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.