|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.core.zip.diff.ZipDiff
@NotThreadSafe public abstract class ZipDiff
Compares two archives entry by entry. Archives may be ZIP, JAR, EAR or WAR files.
| Nested Class Summary | |
|---|---|
static class |
ZipDiff.Builder
A builder for a ZIP diff. |
| Constructor Summary | |
|---|---|
ZipDiff()
|
|
| Method Summary | |
|---|---|
static ZipDiff.Builder |
builder()
Returns a new builder for a ZIP diff. |
DiffModel |
computeDiffModel()
Computes a diff model from the two configured archives. |
void |
writePatchArchiveTo(Sink patchArchive)
Writes a patch archive to the given sink. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipDiff()
| Method Detail |
|---|
public static ZipDiff.Builder builder()
public DiffModel computeDiffModel()
throws IOException
IOException
public void writePatchArchiveTo(Sink patchArchive)
throws IOException
patchArchive - the sink for writing the patch archive.
IOException
|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||