public class SvnNgMergeinfoUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfo |
static class |
SvnNgMergeinfoUtil.SvnMergeInfoInfo |
Constructor and Description |
---|
SvnNgMergeinfoUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> |
addPrefixToCatalog(java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> catalog,
java.io.File prefix) |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> |
convertToCatalog(java.util.Map<java.lang.String,SVNMergeInfo> catalog) |
static java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> |
convertToCatalog2(java.util.Map<java.lang.String,SVNMergeInfo> catalog) |
static void |
elideMergeInfo(SVNWCContext context,
SVNRepository repos,
java.io.File targetAbsPath,
java.io.File limitAbsPath) |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> |
getMergeInfo(SVNWCContext context,
SvnRepositoryAccess repoAccess,
SvnTarget target,
boolean includeDescendants,
boolean ignoreInvalidMergeInfo,
SVNURL[] root) |
static SvnNgMergeinfoUtil.SvnMergeInfoInfo |
getWCMergeInfo(SVNWCContext context,
java.io.File localAbsPath,
java.io.File limitAbsPath,
SVNMergeInfoInheritance inheritance,
boolean ignoreInvalidMergeInfo) |
static java.util.Map<java.lang.String,SVNMergeRangeList> |
getWCOrReposMergeInfo(SVNWCContext context,
java.io.File wcPath,
SVNRepository repository,
boolean reposOnly,
SVNMergeInfoInheritance inheritance) |
public static void elideMergeInfo(SVNWCContext context, SVNRepository repos, java.io.File targetAbsPath, java.io.File limitAbsPath) throws SVNException
SVNException
public static SvnNgMergeinfoUtil.SvnMergeInfoInfo getWCMergeInfo(SVNWCContext context, java.io.File localAbsPath, java.io.File limitAbsPath, SVNMergeInfoInheritance inheritance, boolean ignoreInvalidMergeInfo) throws SVNException
SVNException
public static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> getMergeInfo(SVNWCContext context, SvnRepositoryAccess repoAccess, SvnTarget target, boolean includeDescendants, boolean ignoreInvalidMergeInfo, SVNURL[] root) throws SVNException
SVNException
public static java.util.Map<java.lang.String,SVNMergeRangeList> getWCOrReposMergeInfo(SVNWCContext context, java.io.File wcPath, SVNRepository repository, boolean reposOnly, SVNMergeInfoInheritance inheritance) throws SVNException
SVNException
public static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> convertToCatalog(java.util.Map<java.lang.String,SVNMergeInfo> catalog)
public static java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> convertToCatalog2(java.util.Map<java.lang.String,SVNMergeInfo> catalog)
public static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> addPrefixToCatalog(java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> catalog, java.io.File prefix)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.