QDox Java文档解析器

程序名称:QDox

授权协议: 未知

操作系统: 跨平台

开发语言: Java

QDox 介绍

QDox是一种高速,小型代码分析器,用于从Java源文件提取类/接口/方法的文档@标签。它是设计用来作为一个代码生成器和文档的工具。

代码示例:

// Reading a single source file.  
builder.addSource(new FileReader("MyFile.java"));

// Reading from another kind of input stream.  
builder.addSource(new StringReader("package test; public class Hello {}"));

// Adding all .java files in a source tree (recursively).  
builder.addSourceTree(new File("mysrcdir"));  
// Get the ClassLibrary  
ClassLibrary lib = builder.getClassLibrary();

// Add a custom ClassLoader  
lib.addClassLoader(myCustomClassLoader);

// Ant example : add the <classpath> element's contents  
lib.addClassLoader(new AntClassLoader(getProject(), classpath));

QDox 官网

http://qdox.codehaus.org/

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。