Class TextualDiff


  • public class TextualDiff
    extends Object
    • Constructor Detail

      • TextualDiff

        public TextualDiff​(String oldFilePath,
                           String newFilePath,
                           String changeType,
                           int linesAdded,
                           int linesDeleted,
                           String diffText)
    • Method Detail

      • getOldFilePath

        public String getOldFilePath()
      • getNewFilePath

        public String getNewFilePath()
      • getChangeType

        public String getChangeType()
      • getLinesAdded

        public int getLinesAdded()
      • getLinesDeleted

        public int getLinesDeleted()
      • getDiffText

        public String getDiffText()