org.apache.jackrabbit.jcr2dav
Class Jcr2davRepositoryFactory

java.lang.Object
  extended by 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
Jcr2davRepositoryFactory()
           
 
Method Summary
 Repository getRepository(Map parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jcr2davRepositoryFactory

public Jcr2davRepositoryFactory()
Method Detail

getRepository

public Repository getRepository(Map parameters)
                         throws RepositoryException
Specified by:
getRepository in interface RepositoryFactory
Throws:
RepositoryException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.