Clad : Class Diagramer for Java.
Features:
- Comes compete with Ant Task
- Requires Applet capable Browers to view (and suspension of disbelief)
- Uses Regular expression for matching classes from class tree
Sample task usage :
<clad outputname="Hello.html" outputdir="build/classes"
classes="^javax\.swing\.J,^javax\.swing\.AbstractButton,^javax\.swing\.text\.JTextComponent">
<classpath>
<pathelement location="C:/jdk1.3.1/jre/lib/rt.jar"/>
</classpath>
</clad>
To test from Source:
- ant
- ant -buildfile tests.xml
- point your browser at build/classes/Hello.html
See live sample
Yes, it needs work!
Clad uses Regular Expression
from Apache and BeanShell from www.beanshell.org
- Paul H