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)
.Modifier and Type | Field and Description |
---|---|
private SVNRevision |
myEndRevision |
private SVNRevision |
myStartRevision |
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.
|
private SVNRevision myStartRevision
private SVNRevision myEndRevision
public SVNRevisionRange(SVNRevision startRevision, SVNRevision endRevision)
startRevision
- start of the rangeendRevision
- end of the rangepublic SVNRevision getStartRevision()
public SVNRevision getEndRevision()