Class SvnHunkInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnHunkInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
private int
private SvnDiffHunk
private int
private boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSvnHunkInfo
(SvnDiffHunk hunk, int matchedLine, boolean rejected, boolean alreadyApplied, int fuzz) -
Method Summary
Modifier and TypeMethodDescriptionint
getFuzz()
getHunk()
int
boolean
boolean
void
setAlreadyApplied
(boolean alreadyApplied) void
setFuzz
(int fuzz) void
setHunk
(SvnDiffHunk hunk) void
setMatchedLine
(int matchedLine) void
setRejected
(boolean rejected)
-
Field Details
-
hunk
-
matchedLine
private int matchedLine -
rejected
private boolean rejected -
alreadyApplied
boolean alreadyApplied -
fuzz
private int fuzz
-
-
Constructor Details
-
SvnHunkInfo
public SvnHunkInfo(SvnDiffHunk hunk, int matchedLine, boolean rejected, boolean alreadyApplied, int fuzz)
-
-
Method Details
-
getHunk
-
setHunk
-
getMatchedLine
public int getMatchedLine() -
setMatchedLine
public void setMatchedLine(int matchedLine) -
isRejected
public boolean isRejected() -
setRejected
public void setRejected(boolean rejected) -
isAlreadyApplied
public boolean isAlreadyApplied() -
setAlreadyApplied
public void setAlreadyApplied(boolean alreadyApplied) -
getFuzz
public int getFuzz() -
setFuzz
public void setFuzz(int fuzz)
-