public class SVNRevisionRange
extends java.lang.Object
SVNDiffClient
's doMerge()
method to specify ranges of the source which must be merged into the target. Read more, for example,
in the description for
SVNDiffClient.doMerge(java.io.File, SVNRevision, java.util.Collection, java.io.File, org.tmatesoft.svn.core.SVNDepth, boolean, boolean, boolean, boolean)
.Constructor and Description |
---|
SVNRevisionRange(SVNRevision startRevision,
SVNRevision endRevision)
Constructs a new revision range object given start and end revisions.
|
Modifier and Type | Method and Description |
---|---|
SVNRevision |
getEndRevision()
Returns the end revision of this range.
|
SVNRevision |
getStartRevision()
Returns the start revision of this range.
|
public SVNRevisionRange(SVNRevision startRevision, SVNRevision endRevision)
startRevision
- start of the rangeendRevision
- end of the rangepublic SVNRevision getStartRevision()
public SVNRevision getEndRevision()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.