|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.util.JarFiles
public class JarFiles
This class is used to merge a set of Jar/Zip Files in a Jar File It is ignored the manifest.
| Constructor Summary | |
|---|---|
JarFiles()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
args[0] is the final jar file and the other are the set of jar file names e.g. java gate.util.JarFiles libs.jar .. |
void |
merge(Set jarFileNames,
String destinationJarName)
This method takes the content of all jar/zip files from the set jarFileNames and put them in a file with the name outputFileName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarFiles()
| Method Detail |
|---|
public void merge(Set jarFileNames,
String destinationJarName)
throws GateException
jarFileNames - is a set of names of files (jar/zip)destinationJarName - is the name of the file which contains all the
classes of jarFilesNames
GateExceptionpublic static void main(String[] args)
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||