Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
JClassPrinter | Interface for printing JClass instances as Java source code to the
file system. |
Class Summary | |
JClassPrinterFactory | Factory class to create JClassPrinter instances. |
TemplateHelper | Helper class that provides convenience methods used
by Velocity templates during JClass printing. |
TemplateJClassPrinter | Prints the given JClass to the filesystem using velocity templates. |
WriterJClassPrinter | Prints a given JClass to the file system using the
JClass.print(JSourceWriter) method. |