com.atlassian.bamboo.repository.svn
Class SvnRepositoryPathHelper

java.lang.Object
  extended by com.atlassian.bamboo.repository.svn.SvnRepositoryPathHelper

public class SvnRepositoryPathHelper
extends java.lang.Object


Method Summary
 boolean checkPathExists(org.tmatesoft.svn.core.SVNURL url)
           
 org.tmatesoft.svn.core.SVNURL getBranchesRootUrl()
           
 org.tmatesoft.svn.core.SVNURL getTagsRootUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkPathExists

public boolean checkPathExists(org.tmatesoft.svn.core.SVNURL url)

getBranchesRootUrl

public org.tmatesoft.svn.core.SVNURL getBranchesRootUrl()
                                                 throws org.tmatesoft.svn.core.SVNException
Throws:
org.tmatesoft.svn.core.SVNException

getTagsRootUrl

public org.tmatesoft.svn.core.SVNURL getTagsRootUrl()
                                             throws org.tmatesoft.svn.core.SVNException
Throws:
org.tmatesoft.svn.core.SVNException


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.