net.java.trueupdate.core.zip.patch
Class ZipPatch
java.lang.Object
net.java.trueupdate.core.zip.patch.ZipPatch
@Immutable
public abstract class ZipPatch
- extends Object
Applies a diff archive to an input archive and writes an output archive.
Archives may be ZIP, JAR, EAR or WAR files.
- Author:
- Christian Schlichtherle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipPatch
public ZipPatch()
builder
public static ZipPatch.Builder builder()
- Returns a new builder for a ZIP patch.
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.