public static class DiffOperation.DiffSummary
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
addedFiles |
long |
addedLines |
int |
changedFiles |
int |
removedFiles |
long |
removedLines |
int |
unchangedFiles |
| Constructor and Description |
|---|
DiffSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(java.io.PrintStream logger,
boolean slim) |