com.atlassian.bamboo.repository.svn
Class SVNClientManagerFactory

java.lang.Object
  extended by com.atlassian.bamboo.repository.svn.SVNClientManagerFactory
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean

public class SVNClientManagerFactory
extends java.lang.Object
implements org.springframework.beans.factory.DisposableBean


Constructor Summary
SVNClientManagerFactory()
           
 
Method Summary
 void destroy()
           
 void dispose(org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager)
           
protected  java.util.Collection<org.tmatesoft.svn.core.wc.SVNClientManager> getClientManagers()
           
 org.tmatesoft.svn.core.wc.SVNClientManager getSVNClientManager(org.tmatesoft.svn.core.wc.ISVNOptions options, org.tmatesoft.svn.core.auth.ISVNAuthenticationManager authMgr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNClientManagerFactory

public SVNClientManagerFactory()
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 java.lang.Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
java.lang.Exception

dispose

public void dispose(@Nullable
                    org.tmatesoft.svn.core.wc.SVNClientManager svnClientManager)

getClientManagers

protected java.util.Collection<org.tmatesoft.svn.core.wc.SVNClientManager> getClientManagers()


Copyright © 2010 Atlassian. All Rights Reserved.