public class ContentDiff extends Object
| Constructor and Description |
|---|
ContentDiff(ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
List<ContentDiffEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentDiffEntry> |
getEntries() |
ZipIndexEntry |
getOtherZipIndexEntry() |
ZipIndexEntry |
getZipIndexEntry() |
boolean |
hasChanges() |
public ContentDiff(ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry, List<ContentDiffEntry> entries)
public boolean hasChanges()
public ZipIndexEntry getZipIndexEntry()
public ZipIndexEntry getOtherZipIndexEntry()
public List<ContentDiffEntry> getEntries()
Copyright © 2020. All rights reserved.