|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.io.SVNLocationSegment
public class 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,
java.lang.String path)
Creates a new SVNLocationSegment object. |
Method Summary | |
---|---|
long |
getEndRevision()
Returns the ending (youngest) revision of this segment. |
java.lang.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, java.lang.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 segmentMethod Detail |
---|
public java.lang.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |