Class QdoxParanamerGenerator
java.lang.Object
com.thoughtworks.paranamer.generator.QdoxParanamerGenerator
- All Implemented Interfaces:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessClasses(Collection<com.thoughtworks.qdox.model.JavaClass> classes, String outputPath) voidprocessSourcePath(String sourcePath, String outputPath)
-
Constructor Details
-
QdoxParanamerGenerator
public QdoxParanamerGenerator()
-
-
Method Details
-
processSourcePath
- Specified by:
processSourcePathin interfaceParanamerGenerator- Throws:
IOException
-
processClasses
public void processClasses(Collection<com.thoughtworks.qdox.model.JavaClass> classes, String outputPath) throws IOException - Throws:
IOException
-
makeEnhancer
-