public class JarDiff extends Object implements JarDiffConstants
INDEX_NAME, MOVE_COMMAND, REMOVE_COMMAND, VERSION_HEADER| Constructor and Description |
|---|
JarDiff() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createPatch(String oldPath,
String newPath,
OutputStream os,
boolean minimal)
Creates a patch from the two passed in files, writing the result
to
os. |
static ResourceBundle |
getResources() |
static void |
main(String[] args) |
public static ResourceBundle getResources()
public static void createPatch(String oldPath, String newPath, OutputStream os, boolean minimal) throws IOException
os.IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2005–2016 Sun Microsystems. All rights reserved.