Velocity context
These are the variables available to the velocity templates.
Single output
sources is the single velocity variable passed, which contains
all the parsed java files.
builder QDox JavadocBuilder class. This class provides some helper
methods to navigate the model.
javaHelper a class to simplify writing java code. See javadoc for the JavaHelper
in the core plugin.
merger a class to simplify merging context from external files, supports a property file
in classpath and an xml file. Is an instance of the Merger class in core.
Multiple output
The same variables as single ouput plus:
source The java source of the current class
class the JavaClass of java source file for which the file is being generated.