com.thoughtworks.qdox.tools
Class QDoxTester

java.lang.Object
  extended by com.thoughtworks.qdox.tools.QDoxTester

public class QDoxTester
extends Object

Tool for testing that QDox can parse Java source code.

Author:
Joe Walnes

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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxTester

public QDoxTester(QDoxTester.Reporter reporter)
Method Detail

checkZipOrJarFile

public void checkZipOrJarFile(File file)
                       throws IOException
Throws:
IOException

checkDirectory

public void checkDirectory(File dir)
                    throws IOException
Throws:
IOException

checkJavaFile

public void checkJavaFile(File file)
                   throws IOException
Throws:
IOException

main

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


Copyright © 2002-2011. All Rights Reserved.