Package org.apache.subversion.javahl
Class ISVNRemote.LocationSegment
java.lang.Object
org.apache.subversion.javahl.ISVNRemote.LocationSegment
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ISVNRemote
public static class ISVNRemote.LocationSegment extends Object implements Serializable
The object returned from
ISVNRemote.getLocationSegments(java.lang.String, long, long, long, org.apache.subversion.javahl.callback.RemoteLocationSegmentsCallback)
.- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description long
getEndRevision()
String
getPath()
long
getStartRevision()
-
Method Details
-
getPath
- Returns:
- The repository-relative path of the obejct in this history segment.
-
getStartRevision
public long getStartRevision()- Returns:
- The start revision of the history segment.
-
getEndRevision
public long getEndRevision()- Returns:
- The end revision of the history segment.
-