org.exolab.castor.builder
public class BaseFactory extends Object
Version: $Revision: 6287 $ $Date: $
Field Summary | |
---|---|
protected BuilderConfiguration | _config
The BuilderConfiguration instance, for callbacks to obtain certain
configured properties |
protected GroupNaming | _groupNaming
A GroupNaming helper class used to named anonymous groups. |
protected FieldInfoFactory | _infoFactory
The type factory. |
Constructor Summary | |
---|---|
BaseFactory(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming)
Creates an instance of this class. |
Method Summary | |
---|---|
protected String | normalize(String value)
Normalizes the given string for use in comments.
|
Parameters: config XML code generator configuration infoFactory groupNaming Group naming scheme to be used.
Parameters: value the String to normalize
Returns: the given string, normalized, for use in comments.