org.apache.subversion.javahl
Class ISVNRemote.LocationSegment

java.lang.Object
  extended by 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
 long getEndRevision()
           
 String getPath()
           
 long getStartRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public String 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.