public class SvnRepositoryPathHelper extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
checkPathExists(org.tmatesoft.svn.core.SVNURL url) |
org.tmatesoft.svn.core.SVNURL |
getBranchesRootUrl() |
org.tmatesoft.svn.core.SVNURL |
getTagsRootUrl() |
static boolean |
isPathNotFound(org.tmatesoft.svn.core.SVNErrorMessage errorMessage) |
public boolean checkPathExists(org.tmatesoft.svn.core.SVNURL url)
public org.tmatesoft.svn.core.SVNURL getBranchesRootUrl() throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
public org.tmatesoft.svn.core.SVNURL getTagsRootUrl() throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
public static boolean isPathNotFound(org.tmatesoft.svn.core.SVNErrorMessage errorMessage)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.