public class SVNMergeInfo extends Object
SVNMergeInfo represents information about merges to a certain repository path.| Constructor and Description |
|---|
SVNMergeInfo(String path,
Map srcsToRangeLists)
Creates a new
SVNMergeInfo object. |
public SVNMergeInfo(String path, Map srcsToRangeLists)
SVNMergeInfo object.path - absolute repository path of the merge targetsrcsToRangeLists - hash that maps merge sources to merge range lists (String to SVNMergeRangeList)public String getPath()
public Map getMergeSourcesToMergeLists()
String paths, values - SVNMergeRangeList values.pathCopyright © 2004-2011 TMate Software Ltd. All Rights Reserved.