org.hamcrest.generator
Class QDoxFactoryReader

java.lang.Object
  extended by org.hamcrest.generator.QDoxFactoryReader
All Implemented Interfaces:
java.lang.Iterable<FactoryMethod>

public class QDoxFactoryReader
extends java.lang.Object
implements java.lang.Iterable<FactoryMethod>

Wraps an existing sequence of FactoryMethods, and attempts to pull in parameter names and JavaDoc (which aren't available using reflection) using QDox.

Author:
Joe Walnes
See Also:
QDox

Constructor Summary
QDoxFactoryReader(java.lang.Iterable<FactoryMethod> wrapped, QDox qdox, java.lang.String className)
           
 
Method Summary
 java.util.Iterator<FactoryMethod> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxFactoryReader

public QDoxFactoryReader(java.lang.Iterable<FactoryMethod> wrapped,
                         QDox qdox,
                         java.lang.String className)
Method Detail

iterator

public java.util.Iterator<FactoryMethod> iterator()
Specified by:
iterator in interface java.lang.Iterable<FactoryMethod>