Class SVNPatchHunkInfo


  • public class SVNPatchHunkInfo
    extends java.lang.Object
    Version:
    1.3
    • Field Detail

      • rejected

        private boolean rejected
      • matchedLine

        private int matchedLine
      • fuzz

        private int fuzz
    • Constructor Detail

      • SVNPatchHunkInfo

        public SVNPatchHunkInfo​(SVNPatchHunk hunk,
                                int matchedLine,
                                boolean rejected,
                                int fuzz)
    • Method Detail

      • isRejected

        public boolean isRejected()
      • getMatchedLine

        public int getMatchedLine()
      • getFuzz

        public int getFuzz()