Class ISVNRemote.FileRevision

java.lang.Object
org.apache.subversion.javahl.ISVNRemote.FileRevision
All Implemented Interfaces:
Serializable
Enclosing interface:
ISVNRemote

public static final class ISVNRemote.FileRevision
extends Object
implements Serializable
See Also:
Serialized Form
  • Method Details

    • getPath

      public String getPath()
      Returns:
      The path of the file in this revision.
    • getRevision

      public long getRevision()
      Returns:
      The revision associated with the path.
    • isResultOfMerge

      public boolean isResultOfMerge()
      Returns:
      A flag indicating that this revision was the result of a merge.
    • getRevisionProperties

      public Map<String,​byte[]> getRevisionProperties()
      Returns:
      The list of revision properties.
    • getPropertiesDelta

      public Map<String,​byte[]> getPropertiesDelta()
      Returns:
      The changes that were made to the file's properties in this revision. This map will contain only added, modified and deleted properties. Deleted properties will have null values.
    • hasTextDelta

      public boolean hasTextDelta()
      Returns:
      A flag indicating that this revision has a text delta.