Class ConflictVersion

java.lang.Object
org.apache.subversion.javahl.types.ConflictVersion

public class ConflictVersion extends Object
The description of a merge conflict, encountered during merge/update/switch operations.
  • Field Details

    • reposURL

      private String reposURL
    • reposUUID

      private String reposUUID
    • pegRevision

      private long pegRevision
    • pathInRepos

      private String pathInRepos
    • nodeKind

      private NodeKind nodeKind
  • Constructor Details

    • ConflictVersion

      ConflictVersion(String reposURL, String reposUUID, long pegRevision, String pathInRepos, NodeKind nodeKind)
      This constructor should only be called from JNI code.
  • Method Details

    • getReposURL

      public String getReposURL()
    • getReposUUID

      public String getReposUUID()
      Since:
      1.8
    • getPegRevision

      public long getPegRevision()
    • getPathInRepos

      public String getPathInRepos()
    • getNodeKind

      public NodeKind getNodeKind()
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object