Package | Description |
---|---|
com.thoughtworks.qdox |
Provides classes to start constructing a java project
|
com.thoughtworks.qdox.directorywalker |
Provides classes to visit all files within a directory matching a certain filter
|
Modifier and Type | Method | Description |
---|---|---|
void |
JavaProjectBuilder.addSourceTree(File directory,
FileVisitor errorHandler) |
Add all java files of the
directory recursively |
Modifier and Type | Method | Description |
---|---|---|
void |
DirectoryScanner.scan(FileVisitor fileVisitor) |
Scans the directory.
|
Copyright © 2002–2018. All rights reserved.