Package org.apache.jackrabbit.jcr2dav
Class Jcr2davRepositoryFactory
- java.lang.Object
-
- org.apache.jackrabbit.jcr2dav.Jcr2davRepositoryFactory
-
- All Implemented Interfaces:
RepositoryFactory
public class Jcr2davRepositoryFactory extends Object implements RepositoryFactory
Repository factory for JCR to WebDAV connections. This factory supports three main configuration parameters:org.apache.jackrabbit.repository.uri
- If this parameter contains a valid http or https URI, then an spi2davex connection to that URI is returned.
org.apache.jackrabbit.spi2dav.uri
- If this parameter is specified, then an spi2dav connection to that URI is returned.
org.apache.jackrabbit.spi2davex.uri
- If this parameter is specified, then an spi2davex connection to that URI is returned.
- Since:
- Apache Jackrabbit 2.0
-
-
Constructor Summary
Constructors Constructor Description Jcr2davRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repository
getRepository(Map parameters)
-
-
-
Method Detail
-
getRepository
public Repository getRepository(Map parameters) throws RepositoryException
- Specified by:
getRepository
in interfaceRepositoryFactory
- Throws:
RepositoryException
-
-