public class ModeshapeRepositoryFactory extends Object implements javax.jcr.RepositoryFactory
| Modifier and Type | Field and Description |
|---|---|
(package private) org.wisdom.api.configuration.ApplicationConfiguration |
applicationConfiguration |
private org.modeshape.jcr.ModeShapeEngine |
engine
The container which hold the engine and which is responsible for initializing & returning the repository.
|
private static String |
JCR |
private org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ModeshapeRepositoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Repository |
getRepository(Map parameters) |
private Map |
getRepositoryConfiguration(String repositoryName) |
Set<String> |
getRepositoryNames() |
private void |
start() |
private void |
stop() |
private org.slf4j.Logger logger
org.wisdom.api.configuration.ApplicationConfiguration applicationConfiguration
private static String JCR
private final org.modeshape.jcr.ModeShapeEngine engine
private void start()
throws javax.jcr.RepositoryException,
InterruptedException
javax.jcr.RepositoryExceptionInterruptedExceptionprivate void stop()
public javax.jcr.Repository getRepository(Map parameters) throws javax.jcr.RepositoryException
getRepository in interface javax.jcr.RepositoryFactoryjavax.jcr.RepositoryExceptionCopyright © 2013–2015 Wisdom Framework. All rights reserved.