Class SvnKitFacade


  • public class SvnKitFacade
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SvnKitFacade()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.tmatesoft.svn.core.io.SVNRepository create​(java.lang.String svnRoot)  
      org.tmatesoft.svn.core.auth.ISVNAuthenticationManager createDefaultAuthenticationManager​(java.lang.String userName, java.lang.String password)  
      void setup()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SvnKitFacade

        public SvnKitFacade()
    • Method Detail

      • setup

        public void setup()
      • create

        public org.tmatesoft.svn.core.io.SVNRepository create​(java.lang.String svnRoot)
                                                       throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • createDefaultAuthenticationManager

        public org.tmatesoft.svn.core.auth.ISVNAuthenticationManager createDefaultAuthenticationManager​(java.lang.String userName,
                                                                                                        java.lang.String password)