Interface ISupplySettingsConverter
-
public interface ISupplySettingsConverter
Converter of legacy supply settings of the 1C platform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
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 benull
libraryProject
- The libary project, may not benull
recipientProject
- The intergration recipient project, may not benull
monitor
- The current progress monitor. May not benull
-
-