com.thoughtworks.qdox.tools
Class QDoxTester
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reporter
private final QDoxTester.Reporter reporter
QDoxTester
public QDoxTester(QDoxTester.Reporter reporter)
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