Class SVNPatchHunkInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc.patch.SVNPatchHunkInfo

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

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private SVNPatchHunk
     
    private int
     
    private boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SVNPatchHunkInfo(SVNPatchHunk hunk, int matchedLine, boolean rejected, int fuzz)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    int
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hunk

      private SVNPatchHunk hunk
    • rejected

      private boolean rejected
    • matchedLine

      private int matchedLine
    • fuzz

      private int fuzz
  • Constructor Details

    • SVNPatchHunkInfo

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

    • isRejected

      public boolean isRejected()
    • getHunk

      public SVNPatchHunk getHunk()
    • getMatchedLine

      public int getMatchedLine()
    • getFuzz

      public int getFuzz()