public class SVNPatchHunkInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
fuzz |
private SVNPatchHunk |
hunk |
private int |
matchedLine |
private boolean |
rejected |
Constructor and Description |
---|
SVNPatchHunkInfo(SVNPatchHunk hunk,
int matchedLine,
boolean rejected,
int fuzz) |
Modifier and Type | Method and Description |
---|---|
int |
getFuzz() |
SVNPatchHunk |
getHunk() |
int |
getMatchedLine() |
boolean |
isRejected() |
private SVNPatchHunk hunk
private boolean rejected
private int matchedLine
private int fuzz
public SVNPatchHunkInfo(SVNPatchHunk hunk, int matchedLine, boolean rejected, int fuzz)
public boolean isRejected()
public SVNPatchHunk getHunk()
public int getMatchedLine()
public int getFuzz()