Interface JClassPrinter
- All Known Implementing Classes:
TemplateJClassPrinter,WriterJClassPrinter
public interface JClassPrinter
Interface for printing
JClass instances as Java source code to the
file system.-
Method Summary
-
Method Details
-
printClass
Prints the givenJClassinstance to the given output directory.- Parameters:
jClass- The JClass to print.outputDir- The target directory.lineSeparator- The line separator to use.header- The standard header to print.
-