An open API service indexing awesome lists of open source software.

https://github.com/42ways/java-import-visualizer

This simple Python script creates a PlantUML input file to visualise the dependencies of Java classes, based on the import statements in the Java source files.
https://github.com/42ways/java-import-visualizer

Last synced: 21 days ago
JSON representation

This simple Python script creates a PlantUML input file to visualise the dependencies of Java classes, based on the import statements in the Java source files.

Awesome Lists containing this project

README

          

# java-import-visualizer

This simple Python script creates a PlantUML input file to visualise the dependencies of Java classes,
based on the `import` statements in the Java source files.

The elements used (`package` and `class`) are not configurable yet.

`java-import-visualizer -h` prints explanatory text for all options.