public class JClassPrinterFactoryRegistry
extends java.lang.Object
JClassPrinterFactory implementations obtained from the
 Castor XML code generator property file and used by the XML code generator during
 its operation.| Constructor | Description | 
|---|---|
JClassPrinterFactoryRegistry(BuilderConfiguration config) | 
 Construct an instance of JClassPrinterFactoryRegistry that loads the
  
JClassPrinterFactory implementations specified in the given
 Configuration. | 
| Modifier and Type | Method | Description | 
|---|---|---|
JClassPrinterFactory | 
getJClassPrinterFactory(java.lang.String name) | 
 Returns a  
JClassPrinterFactory with the specified name. | 
java.lang.String[] | 
getJClassPrinterFactoryNames() | 
 Returns the names of all the configured  
JClassPrinterFactory
 implementations. | 
public JClassPrinterFactoryRegistry(BuilderConfiguration config)
JClassPrinterFactory implementations specified in the given
 Configuration.config - The LocalConfiguration.public java.lang.String[] getJClassPrinterFactoryNames()
JClassPrinterFactory
 implementations. A JClassPrinterFactory instance can be obtained
 by the getJClassPrinterFactory(java.lang.String) method.JClassPrinterFactory implementationspublic JClassPrinterFactory getJClassPrinterFactory(java.lang.String name)
JClassPrinterFactory with the specified name. Returns
 null if the named factory is not supported.name - The name of the JClassPrinterFactory.JClassPrinterFactory or null if none exists.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com