final SourceGenerator sourceGenerator,
final String conflictStrategyType,
final String jClassPrinterType) {
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(