public class JarDiff extends java.lang.Object implements JarDiffConstants
Refer to the JNLP spec for details on how this is done.
INDEX_NAME, MOVE_COMMAND, REMOVE_COMMAND, VERSION_HEADER| Constructor and Description |
|---|
JarDiff() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createPatch(java.io.File oldPath,
java.io.File newPath,
java.io.OutputStream os,
boolean minimal)
Creates a patch from the two passed in files, writing the result
to
os. |
static void |
main(java.lang.String[] args) |
public static void createPatch(java.io.File oldPath,
java.io.File newPath,
java.io.OutputStream os,
boolean minimal)
throws java.io.IOException
os.java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2019 Anahata. All Rights Reserved.