|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnOperation<java.util.Map<SVNURL,SVNMergeRangeList>> org.tmatesoft.svn.core.wc2.SvnGetMergeInfo
public class SvnGetMergeInfo
Returns mergeinfo as a Map
with merge source URLs (as
SVNURL
) mapped to range lists (SVNMergeRangeList
). Range
lists are objects containing arrays of ranges
describing the ranges which have been merged into target
's URL (working copy path) as of
target
's pegRevision
. If there is no mergeinfo, returns null
.
Target
can be either URL or working copy path.
SvnOperation.run()
throws SVNException
in the following cases:
SVNErrorCode.UNSUPPORTED_FEATURE
error code - if the server doesn't support retrieval of
mergeinfo (which will never happen for file:// URLs)
Constructor Summary | |
---|---|
protected |
SvnGetMergeInfo(SvnOperationFactory factory)
|
Method Summary | |
---|---|
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SvnGetMergeInfo(SvnOperationFactory factory)
Method Detail |
---|
public boolean isChangesWorkingCopy()
isChangesWorkingCopy
in class SvnOperation<java.util.Map<SVNURL,SVNMergeRangeList>>
true
if the operation changes the working copy, otherwise false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |