public static class Patcher.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Patch |
appliedPatch |
float |
fuzzyQuality |
PatchMode |
mode |
int |
offset |
boolean |
offsetWarning |
Patch |
patch |
int |
searchOffset |
boolean |
success |
| Constructor and Description |
|---|
Result() |
Result(Patch patch,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
summary() |
public Patch patch
public boolean success
public PatchMode mode
public int searchOffset
public Patch appliedPatch
public int offset
public boolean offsetWarning
public float fuzzyQuality
public Result()
public Result(Patch patch, boolean success)