|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hamcrest.generator.QDox
public class QDox
Wraps QDox library. This is because to ease distribution, QDox is bundled into hamcrest-generator.jar and has its package renamed to ensure there is no conflict (using Jar Jar Links). This wrapper class removes all traces of QDox from Hamcrest's public API, so there aren't any compatibility problems.
Constructor Summary | |
---|---|
QDox()
|
Method Summary | |
---|---|
void |
addSource(java.io.Reader reader)
|
void |
addSourceTree(java.io.File sourceDir)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QDox()
Method Detail |
---|
public void addSourceTree(java.io.File sourceDir)
public void addSource(java.io.Reader reader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |