Class JarRetriever


public class JarRetriever extends Resource
Main program (typically launched via the MainRunner that retrieves all jars from a list of java components, including their dependencies.

Syntax is: <options> <component 1> <component 2> ...

Options:

-out <folder>
Specification of output folder to store all retrieved binaries into (default to the current working folder)
-refs {true|false}
If set, follow references (default), otherwise do not follow references
-coreapi {true|false}
If set, include the z2 environment core api, otherwise do not (default)
See Also:
MainRunner
  • Constructor Details

    • JarRetriever

      public JarRetriever()
  • Method Details