Class SVNClassLoader
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNClassLoader
-
public class SVNClassLoader extends java.lang.Object
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DEFAULT_PROPERTIES
private static java.lang.String
SVNKIT_PROPERTIES
private static java.lang.String
SVNKIT_PROPERTIES_PATH
-
Constructor Summary
Constructors Constructor Description SVNClassLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.Collection
getAllClasses(java.lang.String keyPrefix)
static java.util.Collection
getAvailableAdminAreaFactories()
static IFSRepresentationCacheManagerFactory
getFSRepresentationCacheManagerFactory()
static SVNAuthenticator
getSASLAuthenticator(SVNConnection connection)
static ISVNThreadPool
getThreadPool()
private static java.util.Map
loadProperties()
-
-
-
Field Detail
-
SVNKIT_PROPERTIES
private static final java.lang.String SVNKIT_PROPERTIES
- See Also:
- Constant Field Values
-
SVNKIT_PROPERTIES_PATH
private static final java.lang.String SVNKIT_PROPERTIES_PATH
- See Also:
- Constant Field Values
-
DEFAULT_PROPERTIES
private static final java.lang.String DEFAULT_PROPERTIES
- See Also:
- Constant Field Values
-
-
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()
-
getAllClasses
private static java.util.Collection getAllClasses(java.lang.String keyPrefix)
-
loadProperties
private static java.util.Map loadProperties()
-
-