Class ConflictKey


  • public abstract class ConflictKey
    extends Object
    • Constructor Detail

      • ConflictKey

        public ConflictKey()
    • Method Detail

      • create

        public static ConflictKey create​(org.eclipse.jgit.lib.AnyObjectId commit,
                                         org.eclipse.jgit.lib.AnyObjectId otherCommit,
                                         SubmitType submitType,
                                         boolean contentMerge)
      • commit

        public abstract org.eclipse.jgit.lib.ObjectId commit()
      • otherCommit

        public abstract org.eclipse.jgit.lib.ObjectId otherCommit()
      • submitType

        public abstract SubmitType submitType()
      • contentMerge

        public abstract boolean contentMerge()