public class TestModeshapeRepositoryBooter extends java.lang.Object implements RepositoryProvider
| Constructor and Description |
|---|
TestModeshapeRepositoryBooter() |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Repository |
boot(com.xebialabs.xlplatform.repository.XlRepositoryConfig config) |
org.modeshape.jcr.JcrRepository |
getRepository() |
void |
shutdown() |
public javax.jcr.Repository boot(com.xebialabs.xlplatform.repository.XlRepositoryConfig config)
throws javax.jcr.RepositoryException
boot in interface RepositoryProviderjavax.jcr.RepositoryExceptionpublic void shutdown()
shutdown in interface RepositoryProviderpublic org.modeshape.jcr.JcrRepository getRepository()
getRepository in interface RepositoryProvider