public class SVNMergeInfoManager
extends java.lang.Object
Constructor and Description |
---|
SVNMergeInfoManager() |
Modifier and Type | Method and Description |
---|---|
private void |
addDescendantMergeInfo(java.util.Map result,
FSRevisionRoot root,
java.lang.String path) |
private java.util.Map |
appendToMergedFroms(java.util.Map mergeInfo,
java.lang.String pathComponent) |
private java.util.Map |
crawlDirectoryForMergeInfo(FSRevisionRoot root,
java.lang.String path,
FSRevisionNode node,
java.util.Map result) |
java.util.Map |
getMergeInfo(java.lang.String[] paths,
FSRevisionRoot root,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
private java.util.Map |
getMergeInfoForPath(FSRevisionRoot revRoot,
java.lang.String path,
SVNMergeInfoInheritance inherit) |
private java.util.Map |
getMergeInfoForPaths(FSRevisionRoot root,
java.lang.String[] paths,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
public java.util.Map getMergeInfo(java.lang.String[] paths, FSRevisionRoot root, SVNMergeInfoInheritance inherit, boolean includeDescendants) throws SVNException
SVNException
private java.util.Map getMergeInfoForPaths(FSRevisionRoot root, java.lang.String[] paths, SVNMergeInfoInheritance inherit, boolean includeDescendants) throws SVNException
SVNException
private void addDescendantMergeInfo(java.util.Map result, FSRevisionRoot root, java.lang.String path) throws SVNException
SVNException
private java.util.Map crawlDirectoryForMergeInfo(FSRevisionRoot root, java.lang.String path, FSRevisionNode node, java.util.Map result) throws SVNException
SVNException
private java.util.Map getMergeInfoForPath(FSRevisionRoot revRoot, java.lang.String path, SVNMergeInfoInheritance inherit) throws SVNException
SVNException
private java.util.Map appendToMergedFroms(java.util.Map mergeInfo, java.lang.String pathComponent)