Package org.exolab.castor.builder.printing
package org.exolab.castor.builder.printing
-
ClassDescriptionInterface for printing
JClass
instances as Java source code to the file system.Factory class to createJClassPrinter
instances.Registry forJClassPrinterFactory
implementations obtained from the Castor XML code generator property file and used by the XML code generator during its operation.JClassPrinterFactory
instance that returns standard 'Writer'-basedJClassPrinter
instances.Helper class that provides convenience methods used by Velocity templates duringJClass
printing.Prints the given JClass to the filesystem using velocity templates.JClassPrinterFactory
instance that returns Velocity-basedJClassPrinter
instances.Prints a givenJClass
to the file system using theAbstractJClass.print(org.exolab.javasource.JSourceWriter)
method.