public class RepositoryFactoryImpl extends Object implements org.apache.jackrabbit.api.JackrabbitRepositoryFactory
RepositoryFactoryImpl implements a repository factory that
creates a TransientRepository on getRepository(Map).| Modifier and Type | Field and Description |
|---|---|
static String |
REPOSITORY_CONF
Name of the repository configuration parameter.
|
static String |
REPOSITORY_HOME
Name of the repository home parameter.
|
| Constructor and Description |
|---|
RepositoryFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Repository |
getRepository(Map parameters) |
org.apache.jackrabbit.api.management.RepositoryManager |
getRepositoryManager(org.apache.jackrabbit.api.JackrabbitRepository repo) |
public static final String REPOSITORY_HOME
public static final String REPOSITORY_CONF
public javax.jcr.Repository getRepository(Map parameters) throws javax.jcr.RepositoryException
getRepository in interface javax.jcr.RepositoryFactoryjavax.jcr.RepositoryExceptionpublic org.apache.jackrabbit.api.management.RepositoryManager getRepositoryManager(org.apache.jackrabbit.api.JackrabbitRepository repo)
throws javax.jcr.RepositoryException
getRepositoryManager in interface org.apache.jackrabbit.api.JackrabbitRepositoryFactoryjavax.jcr.RepositoryExceptionCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.