|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.SVNRevisionRange
public class SVNRevisionRange
The SVNRevisionRange class represents a revision range between a start revision and an end revision.
Revision range objects are passed to the pegged versions of the 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 Summary | |
---|---|
SVNRevisionRange(SVNRevision startRevision,
SVNRevision endRevision)
Constructs a new revision range object given start and end revisions. |
Method Summary | |
---|---|
SVNRevision |
getEndRevision()
Returns the end revision of this range. |
SVNRevision |
getStartRevision()
Returns the start revision of this range. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNRevisionRange(SVNRevision startRevision, SVNRevision endRevision)
startRevision
- start of the rangeendRevision
- end of the rangeMethod Detail |
---|
public SVNRevision getStartRevision()
public SVNRevision getEndRevision()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |