This program converts the Java code into its class diagram.
-
Just specify the path of the package containing all the Java classes and the path for the output file. The program will work from command line with the command: umlparser.exe inputfile_path outputfile_path.
-
To execute this code add JavaParser library using maven to your package and install graphwiz.
-
Setup environment variable for the Graphwiz.
-
Add plantUML plugin to your IDE.