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
-
-
Constructor Summary
Constructors Constructor Description QdoxParanamerGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enhancer
makeEnhancer()
void
processClasses(Collection<com.thoughtworks.qdox.model.JavaClass> classes, String outputPath)
void
processSourcePath(String sourcePath, String outputPath)
-
-
-
Method Detail
-
processSourcePath
public void processSourcePath(String sourcePath, String outputPath) throws IOException
- Specified by:
processSourcePath
in interfaceParanamerGenerator
- Throws:
IOException
-
processClasses
public void processClasses(Collection<com.thoughtworks.qdox.model.JavaClass> classes, String outputPath) throws IOException
- Throws:
IOException
-
makeEnhancer
public Enhancer makeEnhancer()
-
-