jar

au.net.zeus.jgdms.tools : classdep

Maven & Gradle

Jan 04, 2019
2 usages

Tool :: ClassDep · 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.

Table Of Contents

Latest Version

Download au.net.zeus.jgdms.tools : classdep JAR file - Latest Versions:

All Versions

Download au.net.zeus.jgdms.tools : classdep JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window classdep-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.river.tool

├─ org.apache.river.tool.ClassDep.class - [JAR]

org.apache.river.tool.classdepend

├─ org.apache.river.tool.classdepend.AbstractDependencyVisitor.class - [JAR]

├─ org.apache.river.tool.classdepend.ClassDepend.class - [JAR]

├─ org.apache.river.tool.classdepend.ClassDependParameters.class - [JAR]

├─ org.apache.river.tool.classdepend.ClassDependencyRelationship.class - [JAR]

├─ org.apache.river.tool.classdepend.PackageClasses.class - [JAR]

├─ org.apache.river.tool.classdepend.ReferencedClasses.class - [JAR]