public abstract class AbstractZipIndexDiffFilter extends Object implements ZipIndexDiffHandler
| Modifier and Type | Field and Description |
|---|---|
protected ZipIndexDiffHandler |
handler |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractZipIndexDiffFilter(ZipIndexDiffHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
added(ZipIndexEntry otherZipIndexEntry) |
void |
begin(ZipIndexDiff zipIndexDiff) |
void |
deleted(ZipIndexEntry zipIndexEntry) |
void |
finished() |
void |
modified(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
ContentDiff contentDiff) |
void |
renamed(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry) |
void |
unchanged(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry) |
protected ZipIndexDiffHandler handler
protected AbstractZipIndexDiffFilter(ZipIndexDiffHandler handler)
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 ZipIndexDiffHandlerCopyright © 2020. All rights reserved.