|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryConfiguration | |
---|---|
org.modeshape.jboss.service | |
org.modeshape.jcr | |
org.modeshape.jcr.cache |
Uses of RepositoryConfiguration in org.modeshape.jboss.service |
---|
Constructors in org.modeshape.jboss.service with parameters of type RepositoryConfiguration | |
---|---|
RepositoryService(RepositoryConfiguration repositoryConfiguration)
|
Uses of RepositoryConfiguration in org.modeshape.jcr |
---|
Fields in org.modeshape.jcr declared as RepositoryConfiguration | |
---|---|
static RepositoryConfiguration |
RepositoryConfiguration.DEFAULT_CONFIGURATION
An empty RepositoryConfiguration that uses all the defaults. |
Methods in org.modeshape.jcr that return RepositoryConfiguration | |
---|---|
RepositoryConfiguration |
JcrRepository.getConfiguration()
Get the immutable configuration for this repository. |
RepositoryConfiguration |
ModeShapeEngine.getRepositoryConfiguration(String repositoryName)
Get the immutable configuration for the repository with the supplied name. |
static RepositoryConfiguration |
RepositoryConfiguration.read(File file)
Read the supplied JSON file and parse into a RepositoryConfiguration . |
static RepositoryConfiguration |
RepositoryConfiguration.read(InputStream stream,
String name)
Read the supplied stream containing a JSON file, and parse into a RepositoryConfiguration . |
static RepositoryConfiguration |
RepositoryConfiguration.read(String resourcePathOrJsonContentString)
Read the repository configuration given by the supplied path to a file on the file system, the path a classpath resource file, or a string containg the actual JSON content. |
static RepositoryConfiguration |
RepositoryConfiguration.read(URL url)
Resolve the supplied URL to a JSON document, read the contents, and parse into a RepositoryConfiguration . |
RepositoryConfiguration |
RepositoryConfiguration.with(Environment environment)
Create a copy of this configuration that uses the supplied Infinispan CacheContainer instance. |
RepositoryConfiguration |
RepositoryConfiguration.withName(String docName)
Create a copy of this configuration that uses the supplied document name. |
Methods in org.modeshape.jcr with parameters of type RepositoryConfiguration | |
---|---|
JcrRepository |
ModeShapeEngine.deploy(RepositoryConfiguration repositoryConfiguration)
Deploy a new repository with the given configuration. |
protected JcrRepository |
ModeShapeEngine.deploy(RepositoryConfiguration repositoryConfiguration,
String repositoryKey)
Deploy a new repository with the given configuration. |
Constructors in org.modeshape.jcr with parameters of type RepositoryConfiguration | |
---|---|
JcrRepository(RepositoryConfiguration configuration)
Create a Repository instance given the configuration . |
Uses of RepositoryConfiguration in org.modeshape.jcr.cache |
---|
Constructors in org.modeshape.jcr.cache with parameters of type RepositoryConfiguration | |
---|---|
RepositoryCache(ExecutionContext context,
SchematicDb database,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
SessionEnvironment sessionContext,
ChangeBus changeBus,
org.infinispan.manager.CacheContainer workspaceCacheContainer)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |