| Package | Description |
|---|---|
| com.github.cbuschka.zipdiff.diff | |
| com.github.cbuschka.zipdiff.filter | |
| com.github.cbuschka.zipdiff.report |
| Modifier and Type | Method and Description |
|---|---|
ZipIndexDiffEntryType |
ZipIndexDiffEntry.getType() |
static ZipIndexDiffEntryType |
ZipIndexDiffEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZipIndexDiffEntryType[] |
ZipIndexDiffEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ZipIndexDiffEntry(ZipIndexDiffEntryType type,
ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry) |
| Modifier and Type | Method and Description |
|---|---|
static DiffType |
DiffType.instanceFor(ZipIndexDiffEntryType zipIndexDiffEntryType) |
| Modifier and Type | Field and Description |
|---|---|
ZipIndexDiffEntryType |
ZipIndexDiffRecorder.Entry.type |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ZipIndexDiffRecorder.record(ZipIndexDiffEntryType entryType,
ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
ContentDiff contentDiff) |
| Constructor and Description |
|---|
Entry(ZipIndexDiffEntryType type,
ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
ContentDiff contentDiff) |
Copyright © 2020. All rights reserved.