public class JarSourceExtractorRunner
extends java.lang.Object
The java source files are allowed to be stored with a prefix path "src" or "test" inside the jar files. The constructed jar file will not use any prefix path though.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Manifest_Attr_ACSGeneratedFromFile |
static java.lang.String |
PROPERTY_EXTRACT_ONLY_GENERATED_JARS |
| Constructor and Description |
|---|
JarSourceExtractorRunner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
First argument must be the jar file name to which all Java sources
|
public static final java.lang.String PROPERTY_EXTRACT_ONLY_GENERATED_JARS
public static final java.lang.String Manifest_Attr_ACSGeneratedFromFile