Class NativeFormExporterQualifier

java.lang.Object
com._1c.g5.v8.dt.form.export.xml.NativeFormExporterQualifier
All Implemented Interfaces:
IExporterQualifier

public class NativeFormExporterQualifier extends Object implements IExporterQualifier
IExporterQualifier implementation that qualifies only native forms.
  • Constructor Details

    • NativeFormExporterQualifier

      public NativeFormExporterQualifier()
  • Method Details

    • qualify

      public boolean qualify(IExporter exporter, Version version, org.eclipse.emf.ecore.EObject eObject)
      Description copied from interface: IExporterQualifier
      Qualify whether need to use the provided IExporter for the provided object and version.
      Specified by:
      qualify in interface IExporterQualifier
      Parameters:
      exporter - the exporter to check, cannot be null
      version - the 1C:Enterprise runtime version, cannot be null
      eObject - the object to export, cannot be null
      Returns:
      whether need to use the provider IExporter for the provided object and version