Package org.tmatesoft.svn.core
Class SVNMergeInfo
java.lang.Object
org.tmatesoft.svn.core.SVNMergeInfo
The
SVNMergeInfo represents information about merges to a certain repository path.- Since:
- 1.2
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
Constructor Summary
ConstructorsConstructorDescriptionSVNMergeInfo(String path, Map<String, SVNMergeRangeList> srcsToRangeLists) Creates a newSVNMergeInfoobject. -
Method Summary
-
Constructor Details
-
SVNMergeInfo
Creates a newSVNMergeInfoobject.- Parameters:
path- absolute repository path of the merge targetsrcsToRangeLists- hash that maps merge sources to merge range lists (StringtoSVNMergeRangeList)
-
-
Method Details
-
getPath
Returns the absolute repository path of the merge target.- Returns:
- merge target path
-
getMergeSourcesToMergeLists
Returns a hash mapping merge sources to merge range lists. Keys areStringpaths, values -SVNMergeRangeListvalues.- Returns:
- mergeinfo of the
path
-
toString
Returns a string representation of this object.
-