Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
JcrRepository |
ModeShapeEngine.getRepository(String repositoryName)
Get the deployed
Repository instance with the given the name. |
RepositoryConfiguration |
ModeShapeEngine.getRepositoryConfiguration(String repositoryName)
Get the immutable configuration for the repository with the supplied name.
|
ModeShapeEngine.State |
ModeShapeEngine.getRepositoryState(String repositoryName)
Get the state of the deployed
Repository instance with the given the name. |
Future<Boolean> |
ModeShapeEngine.shutdownRepository(String repositoryName)
Asynchronously shutdown the deployed
Repository instance with the given the name, and return a future that will
return whether the Repository instance is shutdown. |
Future<JcrRepository> |
ModeShapeEngine.startRepository(String repositoryName)
Asynchronously start the deployed
Repository instance with the given the name, and return a future that will return
the Repository instance. |
Future<Boolean> |
ModeShapeEngine.undeploy(String repositoryName)
Stop and undeploy the named
Repository . |
Future<JcrRepository> |
ModeShapeEngine.update(String repositoryName,
Changes changes)
Update the configuration of a deployed repository by applying the set of changes to that repository's configuration.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.