|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.io.SVNLocationSegment
The SVNLocationSegment is a representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.
| Constructor Summary | |
SVNLocationSegment(long startRevision,
long endRevision,
String path)
Creates a new SVNLocationSegment object.
|
|
| Method Summary | |
long |
getEndRevision()
Returns the ending (youngest) revision of this segment. |
String |
getPath()
Returns the absolute repository path. |
long |
getStartRevision()
Returns the beginning (oldest) revision of this segment. |
void |
setEndRevision(long endRevision)
Sets the end revision of the segment. |
void |
setStartRevision(long startRevision)
Sets the start revision of the segment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SVNLocationSegment(long startRevision,
long endRevision,
String path)
SVNLocationSegment object.
path may be null to indicate
gaps in an object's history.
startRevision - revision start of the location segmentendRevision - revision end of the location segmentpath - absolute (with leading slash) path for this segment| Method Detail |
public String getPath()
public long getStartRevision()
public long getEndRevision()
public void setStartRevision(long startRevision)
startRevision - start segment revisionpublic void setEndRevision(long endRevision)
endRevision - end segment revision
|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||