Class SupplySettingsConverter

java.lang.Object
com._1c.g5.v8.dt.supply.internal.conversion.SupplySettingsConverter
All Implemented Interfaces:
ISupplySettingsConverter

public class SupplySettingsConverter extends Object implements ISupplySettingsConverter
ISupplySettingsConverter implementation that uses DOM parser to parse the external XML supply definitions of the 1C:Platform
  • Constructor Details

  • 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 interface ISupplySettingsConverter
      Parameters:
      file - The legacy settings file. May not be null
      libraryProject - The libary project, may not be null
      recipientProject - The intergration recipient project, may not be null
      monitor - The current progress monitor. May not be null