public class SVNMergeInfo extends Object
SVNMergeInfo
represents information about merges to a certain repository path.Constructor and Description |
---|
SVNMergeInfo(String path,
Map<String,SVNMergeRangeList> srcsToRangeLists)
Creates a new
SVNMergeInfo object. |
Modifier and Type | Method and Description |
---|---|
Map<String,SVNMergeRangeList> |
getMergeSourcesToMergeLists()
Returns a hash mapping merge sources to merge range lists.
|
String |
getPath()
Returns the absolute repository path of the merge target.
|
String |
toString()
Returns a string representation of this object.
|
public SVNMergeInfo(String path, Map<String,SVNMergeRangeList> 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<String,SVNMergeRangeList> getMergeSourcesToMergeLists()
String
paths, values - SVNMergeRangeList
values.path
Copyright © 2019. All rights reserved.