Class FileDiff


  • public class FileDiff
    extends Object
    Represents difference between two files. This is just a segment of the file, not necessary the differences of the whole file.
    • Method Detail

      • getChangeType

        public String getChangeType()
      • getNameA

        public String getNameA()
      • getNameB

        public String getNameB()
      • getStartA

        public int getStartA()
      • getEndA

        public int getEndA()
      • getStartB

        public int getStartB()
      • getEndB

        public int getEndB()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object