public interface JClassPrinter
JClass
instances as Java source code to the
file system.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 © 2013. All rights reserved.