Class SvnHunkInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnHunkInfo
public class SvnHunkInfo
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanprivate intprivate SvnDiffHunkprivate intprivate boolean -
Constructor Summary
ConstructorsConstructorDescriptionSvnHunkInfo(SvnDiffHunk hunk, int matchedLine, boolean rejected, boolean alreadyApplied, int fuzz) -
Method Summary
Modifier and TypeMethodDescriptionintgetFuzz()getHunk()intbooleanbooleanvoidsetAlreadyApplied(boolean alreadyApplied) voidsetFuzz(int fuzz) voidsetHunk(SvnDiffHunk hunk) voidsetMatchedLine(int matchedLine) voidsetRejected(boolean rejected) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-