Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 456 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 456 Bytes

This program converts the Java code into its class diagram.

  1. 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.

  2. To execute this code add JavaParser library using maven to your package and install graphwiz.

  3. Setup environment variable for the Graphwiz.

  4. Add plantUML plugin to your IDE.