Interface ISupplySettingsConverter
- All Known Implementing Classes:
SupplySettingsConverter
public interface ISupplySettingsConverter
Converter of legacy supply settings of the 1C platform
-
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
-
Method Details
-
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
-