Class SVNClientManagerFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean

    public class SVNClientManagerFactory
    extends Object
    implements org.springframework.beans.factory.DisposableBean
    • 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 Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        Exception
      • dispose

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