Class DAVRepositoryFactory
- java.lang.Object
-
- org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
- org.tmatesoft.svn.core.internal.io.dav.DAVRepositoryFactory
-
public class DAVRepositoryFactory extends SVNRepositoryFactory
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNRepository
createRepositoryImpl(SVNURL location, ISVNSession options)
static void
setup()
static void
setup(IHTTPConnectionFactory connectionFactory)
-
Methods inherited from class org.tmatesoft.svn.core.io.SVNRepositoryFactory
create, create, createLocalRepository, createLocalRepository, createLocalRepository, createLocalRepository, createLocalRepository, createLocalRepository, hasRepositoryFactory, registerRepositoryFactory
-
-
-
-
Method Detail
-
setup
public static void setup()
-
setup
public static void setup(IHTTPConnectionFactory connectionFactory)
-
createRepositoryImpl
public SVNRepository createRepositoryImpl(SVNURL location, ISVNSession options)
- Specified by:
createRepositoryImpl
in classSVNRepositoryFactory
-
-