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