Class StandardJClassPrinterFactory
java.lang.Object
org.exolab.castor.builder.printing.StandardJClassPrinterFactory
- All Implemented Interfaces:
JClassPrinterFactory
JClassPrinterFactory instance that returns standard 'Writer'-based
JClassPrinter instances. This is currently the default JClassPrinterFactory
instance used for code generation, but will be replaced in the foreseeable future.- Since:
- 1.2.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theJClassPrinterinstance as identified by thisJClassPrinterFactoryinstance.getName()Returns a short name for thisJClassPrinterFactoryinstance.
-
Constructor Details
-
StandardJClassPrinterFactory
public StandardJClassPrinterFactory()
-
-
Method Details
-
getJClassPrinter
Returns theJClassPrinterinstance as identified by thisJClassPrinterFactoryinstance.- Specified by:
getJClassPrinterin interfaceJClassPrinterFactory- Returns:
- Returns the actual
JClassPrinterinstance - See Also:
-
getName
Returns a short name for thisJClassPrinterFactoryinstance.- Specified by:
getNamein interfaceJClassPrinterFactory- Returns:
- a short name (used for setting the JClassPrinter type on the
.
invalid reference
SourceGenerator - See Also:
-