public class TemplateJClassPrinter extends Object implements JClassPrinter
Modifier and Type | Field and Description |
---|---|
static String |
TEMPLATE_PACKAGE
The package that contains the velocity templates.
|
Constructor and Description |
---|
TemplateJClassPrinter() |
public static final String TEMPLATE_PACKAGE
public void printClass(JClass jClass, String outputDir, String lineSeparator, String header)
JClass
instance to the given output directory.printClass
in interface JClassPrinter
jClass
- The JClass to print.outputDir
- The target directory.lineSeparator
- The line separator to use.header
- The standard header to print.JClassPrinter.printClass(
org.exolab.javasource.JClass, java.lang.String, java.lang.String,
java.lang.String)
Copyright © 2014. All rights reserved.