Skip to content

mohitp12/UMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Programmed a UML Parser in Java which converts any Java source code into a UML Diagram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages