net.java.trueupdate.core.zip.patch
Class ZipPatch
java.lang.Object
net.java.trueupdate.core.zip.patch.ZipPatch
@NotThreadSafe
public abstract class ZipPatch
- extends Object
Applies a patch 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()
applyTo
public void applyTo(Sink outputArchive)
throws IOException
- Applies the configured patch archive.
- Parameters:
outputArchive - the sink for writing the output archive.
- Throws:
IOException
builder
public static ZipPatch.Builder builder()
- Returns a new builder for a patch ZIP archive.
Copyright © 2013 Stimulus Software. All rights reserved.