|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jarpatch.Main
public class Main
A simple main around the JarPatch
.
build a patch zip that contains the difference between a newJar from an oldJar.
The patch will contains all new file introduced on the newJar, and all file that have been
modified from the oldJar. Changed file is determined from computed MD5 hash key.
usage: org.jarpatch.Main -old oldJar -new newJar -out resultZip [-exclude RegexpPattern] [-logDeleteFile],
with:
.+\.gif
)
jarpatch_deleted.log
,
which contains the list of files that are found in oldJar but not in newJar (one line by file)
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
parse command line parameter, and proceed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |