Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.0 | 2017-02-01 | ||
0.2 | 2015-10-20 | ||
0.1 | 2015-10-12 | ||
README.en.md | 2017-02-01 | 699 Bytes | |
README.ru.md | 2017-02-01 | 1.5 kB | |
Totals: 5 Items | 2.2 kB | 0 |
ParserJavaToPlant
Description
Java library! Create "Java Class Diagram" in format *.puml files from *.java source files.
Release 1.0
Improving library javaparser-core version to 3.0.0
All file parsing is implemented through VoidVisitorAdapter. Added the ability to build relationships between classes.
Release 0.2
Added settings. Inside settings you can select the following items:
- Parse the following fields: public, private, static, protected, final;
- Parse the following methods: public, private, static, protected, final;
- Parse and add to the header: extends, implements.
Release 0.1
Create "Java Class Diagram" in format *.puml files from *.java source files.