SYNOPSIS
jaranalyzer [OPTION]DESCRIPTION
JarAnalyzer is a dependency management utility for jar files. It's primary purpose is to traverse through a directory, parse each of the jar files in that directory, and identify the dependencies between the jar files. The output is an xml or GraphViz dot file representing the PhysicalDependencies between the jar files.JarAnalyzer will ask for a directory to analyze and for a filename where results should been written to.
OPTIONS
- -h --help
- show this text
- -V --version
- print the version
- -d --dot
- produce GraphViz output (dot-format), default is XML format.
AUTHOR
Written by Kirk Knoernschild.COPYRIGHT
Copyright © 2005, 2008 Kirk Knoernschild. See the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.