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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voiddispose(@Nullable org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager) org.tmatesoft.svn.core.wc.SVNClientManagergetSVNClientManager(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:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
dispose
public void dispose(@Nullable @Nullable org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager)
-