Download List

Project Description

codavaj is Javadoc in reverse: a seemingly useless

reverse engineering tool to transform HTML

Javadoc into Java source file skeletons (or a reflection API) like internal representation. You can: convert an entire local Javadoc tree into Java source code; download an entire remote Javadoc tree via HTTP(S); and derive a Reflection-like API based on information derived from a Javadoc tree. It is provided as a Java command line tool.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-15 02:03 Back to release list
1.1.0

New features include the ability to resolve Class names to externally linked javadocs. Links to Sun's reference APIs are resolved automatically (e.g. http://java.sun.com/j2se/X/docs/api/). Any other external links will need to be given as extra parameters for the codavaj command. Significant extentions to the reflection-like API to represent Packages and link Types to their respective Packages and back, and also represent package heirarchy.
Tags: Minor feature enhancements

Project Resources