com.zfabrik.impl.dev
Class JarRetriever

java.lang.Object
  extended by com.zfabrik.resources.provider.Resource
      extended by com.zfabrik.impl.dev.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 Summary
JarRetriever()
           
 
Method Summary
<T> T
as(Class<T> clz)
           
static void main(String[] args)
           
 
Methods inherited from class com.zfabrik.resources.provider.Resource
handle, init, init, invalidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarRetriever

public JarRetriever()
Method Detail

as

public <T> T as(Class<T> clz)
Overrides:
as in class Resource

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception