com.thoughtworks.paranamer.generator
Class QdoxParanamerGenerator

java.lang.Object
  extended by com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
All Implemented Interfaces:
ParanamerGenerator

public class QdoxParanamerGenerator
extends Object
implements ParanamerGenerator

Qdox-based implementation of ParanamerGenerator which parses Java source files to processSourcePath parameter names lists.

Author:
Paul Hammant, Mauro Talevi, Guilherme Silveira

Constructor Summary
QdoxParanamerGenerator()
           
 
Method Summary
 Enhancer makeEnhancer()
           
 void processClasses(com.thoughtworks.qdox.model.JavaClass[] classes, String outputPath)
           
 void processSourcePath(String sourcePath, String outputPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QdoxParanamerGenerator

public QdoxParanamerGenerator()
Method Detail

processSourcePath

public void processSourcePath(String sourcePath,
                              String outputPath)
                       throws IOException
Specified by:
processSourcePath in interface ParanamerGenerator
Throws:
IOException

processClasses

public void processClasses(com.thoughtworks.qdox.model.JavaClass[] classes,
                           String outputPath)
                    throws IOException
Throws:
IOException

makeEnhancer

public Enhancer makeEnhancer()


Copyright © 2007-2011. All Rights Reserved.