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 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
-
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:ISupplySettingsConverter
Integrates the legacy settings in the current supply settings of the library project- Specified by:
integeratePlatformSupplySettings
in interfaceISupplySettingsConverter
- 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
-