public class ZipIndexDiffRecorder extends Object implements ZipIndexDiffHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipIndexDiffRecorder.Entry |
| Constructor and Description |
|---|
ZipIndexDiffRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
added(ZipIndexEntry otherZipIndexEntry) |
void |
begin(ZipIndexDiff zipIndexDiff) |
void |
deleted(ZipIndexEntry zipIndexEntry) |
void |
finished() |
List<ZipIndexDiffRecorder.Entry> |
getEntries() |
void |
modified(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
ContentDiff contentDiff) |
protected void |
record(ZipIndexDiffEntryType entryType,
ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
ContentDiff contentDiff) |
void |
renamed(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry) |
void |
unchanged(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry) |
public void begin(ZipIndexDiff zipIndexDiff)
begin in interface ZipIndexDiffHandlerpublic void added(ZipIndexEntry otherZipIndexEntry)
added in interface ZipIndexDiffHandlerpublic void deleted(ZipIndexEntry zipIndexEntry)
deleted in interface ZipIndexDiffHandlerpublic void unchanged(ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry)
unchanged in interface ZipIndexDiffHandlerpublic void renamed(ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry)
renamed in interface ZipIndexDiffHandlerpublic void modified(ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry, ContentDiff contentDiff)
modified in interface ZipIndexDiffHandlerpublic void finished()
finished in interface ZipIndexDiffHandlerprotected void record(ZipIndexDiffEntryType entryType, ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry, ContentDiff contentDiff)
public List<ZipIndexDiffRecorder.Entry> getEntries()
Copyright © 2020. All rights reserved.