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