org.exolab.castor.builder.printing
Interface JClassPrinter
- All Known Implementing Classes:
- TemplateJClassPrinter, WriterJClassPrinter
public interface JClassPrinter
Interface for printing JClass instances as Java source code to the
file system.
printClass
void printClass(JClass jClass,
String outputDir,
String lineSeparator,
String header)
- Prints the given
JClass instance 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.
Copyright © 2012. All Rights Reserved.