Interface ISupplySettingsConverter
-
public interface ISupplySettingsConverterConverter of legacy supply settings of the 1C platform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidintegeratePlatformSupplySettings(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
-
-
-
Method Detail
-
integeratePlatformSupplySettings
void integeratePlatformSupplySettings(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- 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
-
-