Skip to content

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.

License

Notifications You must be signed in to change notification settings

42ways/java-import-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages