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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNMergeInfo
(String path, Map<String, SVNMergeRangeList> srcsToRangeLists) Creates a newSVNMergeInfo
object. -
Method Summary
-
Field Details
-
myPath
-
myMergeSrcPathsToRangeLists
-
-
Constructor Details
-
SVNMergeInfo
Creates a newSVNMergeInfo
object.- Parameters:
path
- absolute repository path of the merge targetsrcsToRangeLists
- hash that maps merge sources to merge range lists (String
toSVNMergeRangeList
)
-
-
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 areString
paths, values -SVNMergeRangeList
values.- Returns:
- mergeinfo of the
path
-
toString
Returns a string representation of this object.
-