| Package | Description |
|---|---|
| org.modeshape.jboss.service | |
| org.modeshape.jcr | |
| org.modeshape.jcr.federation.spi |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
| org.modeshape.jcr.mimetype |
This package defines an internal adapter framework for detecting MIME types.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected Environment |
Connector.getEnvironment()
Returns the repository environment that was set during connector initialization
|
| Constructor and Description |
|---|
MimeTypeDetectors(Environment environment,
Problems problems)
Creates a new instance with a given environment and optional problems collector.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.