Package 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.
-
-
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(java.io.File dir)
void
checkJavaFile(java.io.File file)
void
checkZipOrJarFile(java.io.File file)
static void
main(java.lang.String[] args)
-
-
-
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)
-
checkJavaFile
public void checkJavaFile(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
-