com.zfabrik.impl.dev
Class JarRetriever
java.lang.Object
com.zfabrik.resources.provider.Resource
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarRetriever
public JarRetriever()
as
public <T> T as(Class<T> clz)
- Overrides:
as in class Resource
main
public static void main(String[] args)
throws Exception
- Throws:
Exception