Package org.exolab.castor.builder.factory

Examples of org.exolab.castor.builder.factory.MappingFileSourceFactory


        this._dialog = dialog;
        this._sourceGenerator = sourceGenerator;
        this._header = new JComment(JComment.HEADER_STYLE);
        this._descriptorSourceFactory = new DescriptorSourceFactory(_sourceGenerator);
        this._jdoDescriptorSourceFactory = new JDOClassDescriptorFactory(_sourceGenerator);
        this._mappingSourceFactory = new MappingFileSourceFactory(_sourceGenerator);

        final String strategy = sourceGenerator.getProperty(
                BuilderConfiguration.Property.NAME_CONFLICT_STRATEGIES, "");
        this._classNameConflictResolutionStrategyRegistry
                = new ClassNameCRStrategyRegistry(strategy);
View Full Code Here

TOP

Related Classes of org.exolab.castor.builder.factory.MappingFileSourceFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.