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
See Also:
Serialized Form
  • Method Details

    • 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.