public class JarBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
verbose |
Constructor and Description |
---|
JarBuilder() |
Modifier and Type | Method and Description |
---|---|
protected String |
fileExtension(String file) |
protected String |
getBasePathInJarOut(String sourceFile) |
static void |
main(String[] args)
Test program
|
void |
merge(List srcNames,
List srcUnjar,
String dstJar) |
void |
setVerbose(boolean v) |
public void setVerbose(boolean v)
public void merge(List srcNames, List srcUnjar, String dstJar) throws IOException
IOException
protected String getBasePathInJarOut(String sourceFile)
public static void main(String[] args)
Copyright © 2010 The Apache Software Foundation