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.StringDEFAULT_PROPERTIESprivate static java.lang.StringSVNKIT_PROPERTIESprivate static java.lang.StringSVNKIT_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.CollectiongetAllClasses(java.lang.String keyPrefix)static java.util.CollectiongetAvailableAdminAreaFactories()static IFSRepresentationCacheManagerFactorygetFSRepresentationCacheManagerFactory()static SVNAuthenticatorgetSASLAuthenticator(SVNConnection connection)static ISVNThreadPoolgetThreadPool()private static java.util.MaploadProperties()
-
-
-
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()
-
-