Package | Description |
---|---|
org.modeshape.jboss.service | |
org.modeshape.jcr | |
org.modeshape.jcr.index.lucene | |
org.modeshape.jcr.mimetype |
This package defines an internal adapter framework for detecting MIME types.
|
org.modeshape.jcr.security |
ModeShape JCR repositories have a pluggable authentication and authorization framework.
|
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
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 with a standalone repository. |
Modifier and Type | Method and Description |
---|---|
protected Environment |
RepositoryConfiguration.environment() |
protected Environment |
JcrRepository.RunningState.environment() |
Modifier and Type | Method and Description |
---|---|
protected MimeTypeDetector |
RepositoryConfiguration.BinaryStorage.getMimeTypeDetector(Environment environment) |
RepositoryConfiguration |
RepositoryConfiguration.with(Environment environment)
Create a copy of this configuration that uses the supplied environment.
|
Constructor and Description |
---|
RepositoryConfiguration(Document document,
String documentName,
Environment environment) |
RepositoryConfiguration(String name,
Environment environment) |
Constructor and Description |
---|
LuceneConfig(String baseDir,
String lockFactoryClass,
String directoryClass,
String analyzerClass,
String codecName,
Environment environment) |
Constructor and Description |
---|
ContentDetector(Environment environment)
Creates a new content detector
|
NameOnlyDetector(Environment environment)
Creates a new name based detector
|
TikaMimeTypeDetector(Environment environment) |
Modifier and Type | Method and Description |
---|---|
protected Environment |
EnvironmentAuthenticationProvider.environment() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentAuthenticationProvider.setEnvironment(Environment environment)
Sets the active repository environment for this provider.
|
Modifier and Type | Method and Description |
---|---|
protected Environment |
Connector.getEnvironment()
Returns the repository environment that was set during connector initialization
|
Modifier and Type | Method and Description |
---|---|
protected Environment |
IndexProvider.environment()
Get the repository's running environment
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.