public class SVNClassLoader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_PROPERTIES |
private static java.lang.String |
SVNKIT_PROPERTIES |
private static java.lang.String |
SVNKIT_PROPERTIES_PATH |
Constructor and Description |
---|
SVNClassLoader() |
Modifier and Type | Method and 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() |
private static final java.lang.String SVNKIT_PROPERTIES
private static final java.lang.String SVNKIT_PROPERTIES_PATH
private static final java.lang.String DEFAULT_PROPERTIES
public static ISVNThreadPool getThreadPool()
public static java.util.Collection getAvailableAdminAreaFactories()
public static SVNAuthenticator getSASLAuthenticator(SVNConnection connection) throws SVNException
SVNException
public static IFSRepresentationCacheManagerFactory getFSRepresentationCacheManagerFactory()
private static java.util.Collection getAllClasses(java.lang.String keyPrefix)
private static java.util.Map loadProperties()