Static Public Member Functions | |
void | main (String[] args) |
Static Public Attributes | |
final String | PROPERTY_EXTRACT_ONLY_GENERATED_JARS = "jarExtract.onlyGeneratedJars" |
final String | Manifest_Attr_ACSGeneratedFromFile = "ACS-Generated-FromFile" |
Static Package Functions | |
boolean | needsProcessing (JarFile jarFile) throws IOException |
File[] | getDirectories (String[] mainArgs) |
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.
|
Identifies valid directories from the argument list.
|
|
First argument must be the jar file name to which all Java sources
|
|
Encapsulates evaluation of possible flags (properties) that may restrict the set of jar files to be processed for source extraction, for example based on the manifest information.
Currently only looks at the boolean property
|
|
|
|
|