- java.lang.Object
-
- 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
Nested Classes Modifier and Type Class Description static interface
QDoxTester.Reporter
-
Constructor Summary
Constructors Constructor Description QDoxTester(QDoxTester.Reporter reporter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkDirectory(File dir)
void
checkJavaFile(File file)
void
checkZipOrJarFile(File file)
static void
main(String[] args)
-
-
-
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)
-
checkJavaFile
public void checkJavaFile(File file) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-