Class DAVRepositoryFactory
java.lang.Object
org.tmatesoft.svn.core.io.SVNRepositoryFactory
org.tmatesoft.svn.core.internal.io.dav.DAVRepositoryFactory
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DAVRepositoryFactory
(IHTTPConnectionFactory connectionFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreateRepositoryImpl
(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myConnectionFactory
-
-
Constructor Details
-
DAVRepositoryFactory
-
-
Method Details
-
setup
public static void setup() -
setup
-
createRepositoryImpl
- Specified by:
createRepositoryImpl
in classSVNRepositoryFactory
-