Class SupplySettingsConverter
java.lang.Object
com._1c.g5.v8.dt.supply.internal.conversion.SupplySettingsConverter
- All Implemented Interfaces:
ISupplySettingsConverter
ISupplySettingsConverter implementation that uses DOM parser to parse the external XML supply definitions of
the 1C:Platform-
Constructor Summary
ConstructorsConstructorDescriptionSupplySettingsConverter(IPlatformFqnConverter fqnConverter, IBmModelManager bmModelManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidintegeratePlatformSupplySettings(File file, IDtProject libraryProject, IDtProject recipientProject, org.eclipse.core.runtime.IProgressMonitor monitor) Integrates the legacy settings in the current supply settings of the library project
-
Constructor Details
-
SupplySettingsConverter
@Inject public SupplySettingsConverter(IPlatformFqnConverter fqnConverter, IBmModelManager bmModelManager)
-
-
Method Details
-
integeratePlatformSupplySettings
public void integeratePlatformSupplySettings(File file, IDtProject libraryProject, IDtProject recipientProject, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:ISupplySettingsConverterIntegrates the legacy settings in the current supply settings of the library project- Specified by:
integeratePlatformSupplySettingsin interfaceISupplySettingsConverter- Parameters:
file- The legacy settings file. May not benulllibraryProject- The libary project, may not benullrecipientProject- The intergration recipient project, may not benullmonitor- The current progress monitor. May not benull
-