Class SVNClassLoader
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNClassLoader
-
public class SVNClassLoader extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNClassLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection
getAvailableAdminAreaFactories()
static IFSRepresentationCacheManagerFactory
getFSRepresentationCacheManagerFactory()
static SVNAuthenticator
getSASLAuthenticator(SVNConnection connection)
static ISVNThreadPool
getThreadPool()
-
-
-
Method Detail
-
getThreadPool
public static ISVNThreadPool getThreadPool()
-
getAvailableAdminAreaFactories
public static java.util.Collection getAvailableAdminAreaFactories()
-
getSASLAuthenticator
public static SVNAuthenticator getSASLAuthenticator(SVNConnection connection) throws SVNException
- Throws:
SVNException
-
getFSRepresentationCacheManagerFactory
public static IFSRepresentationCacheManagerFactory getFSRepresentationCacheManagerFactory()
-
-