|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.SVNMergeInfo
The SVNMergeInfo
represents information about merges to a certain repository path.
Constructor Summary | |
SVNMergeInfo(String path,
Map srcsToRangeLists)
Creates a new SVNMergeInfo object. |
Method Summary | |
Map |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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
)Method Detail |
public String getPath()
public Map getMergeSourcesToMergeLists()
String
paths, values - SVNMergeRangeList
values.
path
public String toString()
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |