public class SVNLocationSegment
extends java.lang.Object
| Constructor | Description |
|---|---|
SVNLocationSegment(long startRevision,
long endRevision,
java.lang.String path) |
Creates a new
SVNLocationSegment object. |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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 segmentpublic 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