Class TextualDiffBranches


  • public class TextualDiffBranches
    extends Object
    • Constructor Detail

      • TextualDiffBranches

        public TextualDiffBranches​(Git git,
                                   String branchA,
                                   String branchB)
      • TextualDiffBranches

        public TextualDiffBranches​(Git git,
                                   String branchA,
                                   String branchB,
                                   String commitIdBranchA,
                                   String commitIdBranchB)
    • Method Detail

      • execute

        public List<org.uberfire.java.nio.base.TextualDiff> execute()