com.thoughtworks.paranamer.generator
Class QdoxParanamerGenerator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QdoxParanamerGenerator
public QdoxParanamerGenerator()
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.