Class WriterJClassPrinter
java.lang.Object
org.exolab.castor.builder.printing.WriterJClassPrinter
- All Implemented Interfaces:
JClassPrinter
Prints a given
JClass to the file system using the
AbstractJClass.print(org.exolab.javasource.JSourceWriter) method.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WriterJClassPrinter
public WriterJClassPrinter()
-
-
Method Details
-
printClass
Prints the givenJClassinstance to the given output directory.- Specified by:
printClassin interfaceJClassPrinter- Parameters:
jClass- The JClass to print.outputDir- The target directory.lineSeparator- The line separator to use.header- The standard header to print.- See Also:
-