Class SVNClientManagerFactory
java.lang.Object
com.atlassian.bamboo.repository.svn.SVNClientManagerFactory
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
public class SVNClientManagerFactory
extends Object
implements org.springframework.beans.factory.DisposableBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
dispose
(@Nullable org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager) org.tmatesoft.svn.core.wc.SVNClientManager
getSVNClientManager
(org.tmatesoft.svn.core.wc.ISVNOptions options, org.tmatesoft.svn.core.auth.ISVNAuthenticationManager authMgr)
-
Constructor Details
-
SVNClientManagerFactory
public SVNClientManagerFactory()
-
-
Method Details
-
getSVNClientManager
public org.tmatesoft.svn.core.wc.SVNClientManager getSVNClientManager(org.tmatesoft.svn.core.wc.ISVNOptions options, org.tmatesoft.svn.core.auth.ISVNAuthenticationManager authMgr) -
destroy
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
Exception
-
dispose
public void dispose(@Nullable @Nullable org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager)
-