Class SVNRepositoryFactoryImpl
- java.lang.Object
-
- org.tmatesoft.svn.core.io.SVNRepositoryFactory
-
- org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryFactoryImpl
-
public final class SVNRepositoryFactoryImpl extends SVNRepositoryFactory
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNRepositoryFactoryImpl()
-
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(ISVNConnectorFactory connectorFactory)
-
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(ISVNConnectorFactory connectorFactory)
-
createRepositoryImpl
public SVNRepository createRepositoryImpl(SVNURL location, ISVNSession options)
- Specified by:
createRepositoryImpl
in classSVNRepositoryFactory
-
-