Uses of Class
org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
Packages that use SVNRepositoryFactory Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of SVNRepositoryFactory in org.tmatesoft.svn.core.internal.io.dav
Subclasses of SVNRepositoryFactory in org.tmatesoft.svn.core.internal.io.dav Modifier and Type Class Description class
DAVRepositoryFactory
-
Uses of SVNRepositoryFactory in org.tmatesoft.svn.core.internal.io.fs
Subclasses of SVNRepositoryFactory in org.tmatesoft.svn.core.internal.io.fs Modifier and Type Class Description class
FSRepositoryFactory
-
Uses of SVNRepositoryFactory in org.tmatesoft.svn.core.internal.io.svn
Subclasses of SVNRepositoryFactory in org.tmatesoft.svn.core.internal.io.svn Modifier and Type Class Description class
SVNRepositoryFactoryImpl
-
Uses of SVNRepositoryFactory in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNRepositoryFactory Modifier and Type Method Description protected static void
SVNRepositoryFactory. registerRepositoryFactory(java.lang.String protocol, SVNRepositoryFactory factory)
-