Class FSRepositoryFactory
- java.lang.Object
-
- org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
- org.tmatesoft.svn.core.internal.io.fs.FSRepositoryFactory
-
public class FSRepositoryFactory extends SVNRepositoryFactory
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description FSRepositoryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SVNRepository
createRepositoryImpl(SVNURL url, ISVNSession session)
static void
setup()
-
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()
-
createRepositoryImpl
protected SVNRepository createRepositoryImpl(SVNURL url, ISVNSession session)
- Specified by:
createRepositoryImpl
in classSVNRepositoryFactory
-
-