net.java.trueupdate.core.zip.diff
Class ZipDiff
java.lang.Object
net.java.trueupdate.core.zip.diff.ZipDiff
@Immutable
public abstract class ZipDiff
- extends Object
Compares two archives entry by entry.
Archives may be ZIP, JAR, EAR or WAR files.
- Author:
- Christian Schlichtherle
|
Nested Class Summary |
static class |
ZipDiff.Builder
A builder for a ZIP diff. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipDiff
public ZipDiff()
builder
public static ZipDiff.Builder builder()
- Returns a new builder for a ZIP diff.
output
public abstract void output(File file)
throws IOException
- Throws:
IOException
output
public abstract void output(ZipSink sink)
throws IOException
- Throws:
IOException
Copyright © 2013 Schlichtherle IT Services. All rights reserved.