public interface JClassPrinter
JClass instances as Java source code to the file system.| Modifier and Type | Method and Description |
|---|---|
void |
printClass(JClass jClass,
String outputDir,
String lineSeparator,
String header)
Prints the given
JClass instance to the given output directory. |
void printClass(JClass jClass, String outputDir, String lineSeparator, String header)
JClass instance to the given output directory.jClass - The JClass to print.outputDir - The target directory.lineSeparator - The line separator to use.header - The standard header to print.Copyright © 2016. All rights reserved.