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