org.hamcrest.generator
Class QDox

java.lang.Object
  extended by org.hamcrest.generator.QDox

public class QDox
extends java.lang.Object

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.

Author:
Joe Walnes

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

QDox

public QDox()
Method Detail

addSourceTree

public void addSourceTree(java.io.File sourceDir)

addSource

public void addSource(java.io.Reader reader)