Interface ISupplySettingsConverter
- All Known Implementing Classes:
SupplySettingsConverter
public interface ISupplySettingsConverter
Converter of legacy supply settings of the 1C platform
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
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 benull
libraryProject
- The libary project, may not benull
recipientProject
- The intergration recipient project, may not benull
monitor
- The current progress monitor. May not benull
-