|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.pgm.build.JarLinkUtil
public class JarLinkUtil
Combines multiple JAR and directory sources into a single JAR file.
This is a crude command line utility to combine multiple JAR files into a single JAR file, without first needing to unpack the individual JARs.
The output ZIP stream is sent to standard out and can be redirected onto the end of a shell script which starts the JRE.
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
Combine multiple JARs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
throws java.io.IOException
argv - the command line arguments indicating the files to pack.
java.io.IOException - a source file could not be read.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||