Project Summary

Project Information

Field Value
Name Tool :: ClassDep
Description Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend. Typically this tool is used to compute the necessary and sufficient set of classes to include in a JAR file, for use in the class path of a client or service, or for use in the codebase of a client or service. The tool starts with a set of "root" classes and recursively computes a dependency graph, finding all of the classes referenced directly by the root classes, finding all of the classes referenced in turn by those classes, and so on, until no new classes are found or until classes that are not of interest are found. The normal output of the tool is a list of all of the classes in the dependency graph. The output from this command can be used as input to the jar tool, to create a JAR file containing precisely those classes.
Homepage https://pfirmstone.github.io/JGDMS/tools/classdep/

Project Organization

This project does not belong to an organization.

Build Information

Field Value
GroupId au.net.zeus.jgdms.tools
ArtifactId classdep
Version 3.0-SNAPSHOT
Type jar
JDK Rev 1.8