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 Constructor Description SVNClientManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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)
-
-
-
Method Detail
-
getSVNClientManager
public org.tmatesoft.svn.core.wc.SVNClientManager getSVNClientManager(org.tmatesoft.svn.core.wc.ISVNOptions options, org.tmatesoft.svn.core.auth.ISVNAuthenticationManager authMgr)
-
destroy
public void destroy() throws Exception
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
Exception
-
dispose
public void dispose(@Nullable @Nullable org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager)
-
-