public class ZipIndexDiff extends Object
| Constructor and Description |
|---|
ZipIndexDiff(ZipIndex a,
ZipIndex b) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(ZipIndexDiffEntry entry) |
boolean |
containsChanges() |
List<ZipIndexDiffEntry> |
getEntries() |
ZipIndexDiffEntry |
getEntryByOtherPath(String path) |
ZipIndexDiffEntry |
getEntryByPath(String path) |
ZipIndex |
getIndexA() |
ZipIndex |
getIndexB() |
int |
size() |
public ZipIndex getIndexA()
public ZipIndex getIndexB()
public List<ZipIndexDiffEntry> getEntries()
public void addEntry(ZipIndexDiffEntry entry)
public int size()
public ZipIndexDiffEntry getEntryByPath(String path)
public ZipIndexDiffEntry getEntryByOtherPath(String path)
public boolean containsChanges()
Copyright © 2020. All rights reserved.