Class 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