public class QDoxTester
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
QDoxTester.Reporter |
| Constructor and Description |
|---|
QDoxTester(QDoxTester.Reporter reporter) |
| Modifier and Type | Method and 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) |
public QDoxTester(QDoxTester.Reporter reporter)
public void checkZipOrJarFile(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic void checkDirectory(java.io.File dir)
throws java.io.IOException
java.io.IOExceptionpublic void checkJavaFile(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException