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.
- Host: GitHub
- URL: https://github.com/42ways/java-import-visualizer
- Owner: 42ways
- License: mit
- Created: 2022-04-30T13:45:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T16:07:45.000Z (about 4 years ago)
- Last Synced: 2025-10-29T01:28:23.418Z (9 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.