com.thoughtworks.qdox.tools
Class QDoxTester

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

public class QDoxTester
extends java.lang.Object

Tool for testing that QDox can parse Java source code.

Author:
Joe Walnes

Nested Class Summary
private static class QDoxTester.ConsoleReporter
           
static interface QDoxTester.Reporter
           
 
Field Summary
private  QDoxTester.Reporter reporter
           
 
Constructor Summary
QDoxTester(QDoxTester.Reporter reporter)
           
 
Method Summary
 void checkDirectory(java.io.File dir)
           
 void checkJavaFile(java.io.File file)
           
 void checkZipOrJarFile(java.io.File file)
           
static void main(java.lang.String[] args)
           
private  void verify(java.lang.String id, java.io.InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reporter

private final QDoxTester.Reporter reporter
Constructor Detail

QDoxTester

public QDoxTester(QDoxTester.Reporter reporter)
Method Detail

checkZipOrJarFile

public void checkZipOrJarFile(java.io.File file)
                       throws java.io.IOException
Throws:
java.io.IOException

checkDirectory

public void checkDirectory(java.io.File dir)
                    throws java.io.IOException
Throws:
java.io.IOException

checkJavaFile

public void checkJavaFile(java.io.File file)
                   throws java.io.IOException
Throws:
java.io.IOException

verify

private void verify(java.lang.String id,
                    java.io.InputStream inputStream)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException