Class ConflictVersion


  • public class ConflictVersion
    extends java.lang.Object
    The description of a merge conflict, encountered during merge/update/switch operations.
    Since:
    1.6
    • Constructor Detail

      • ConflictVersion

        public ConflictVersion​(ConflictVersion aVer)
        A backward-compat constructor.
    • Method Detail

      • getReposURL

        public java.lang.String getReposURL()
      • getPegRevision

        public long getPegRevision()
      • getPathInRepos

        public java.lang.String getPathInRepos()
      • getNodeKind

        public int getNodeKind()
        See Also:
        NodeKind
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object