com.thoughtworks.qdox.tools

Class QDoxTester


public class QDoxTester
extends java.lang.Object

Tool for testing that QDox can parse Java source code.

Nested Class Summary

static interface
QDoxTester.Reporter

Constructor Summary

QDoxTester(QDoxTester.Reporter reporter)

Method Summary

void
checkDirectory(File dir)
void
checkJavaFile(File file)
void
checkZipOrJarFile(File file)
static void
main(String[] args)

Constructor Details

QDoxTester

public QDoxTester(QDoxTester.Reporter reporter)

Method Details

checkDirectory

public void checkDirectory(File dir)
            throws IOException

checkJavaFile

public void checkJavaFile(File file)
            throws IOException

checkZipOrJarFile

public void checkZipOrJarFile(File file)
            throws IOException

main

public static void main(String[] args)
            throws IOException