Skip to content

Java Depth Inheritance Tree explorer, generating a JSON file that represents a graph with nodes being class names and edges being inheritance relationships

License

Notifications You must be signed in to change notification settings

prieux/DITExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DITExplorer

Summary

This program generates a JSON file that can be used to visualize a Depth Inheritance Tree (DIT) of a bunch of jar files, residing in a directory given the path directory as a input parameter.

Usage

java net.prieux.javatools.ditexplorer.DITExplorer C:\Users\prieux\workspace\DITExplorer\target\ C:\Users\prieux\workspace\DITExplorer\output\dit.json net.prieux.javatools

will analyse jar files residing in C:\Users\prieux\workspace\DITExplorer\target\ and output the C:\Users\prieux\workspace\DITExplorer\output\dit.json file that can be e.g. further used along within the class_graph.html file (based on sigmajs API and examples, see sigmajs).

About

Java Depth Inheritance Tree explorer, generating a JSON file that represents a graph with nodes being class names and edges being inheritance relationships

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published