Class IExporterQualifier.NullExporterQualifier

java.lang.Object
com._1c.g5.v8.dt.export.xml.IExporterQualifier.NullExporterQualifier
All Implemented Interfaces:
IExporterQualifier
Enclosing interface:
IExporterQualifier

public static class IExporterQualifier.NullExporterQualifier extends Object implements IExporterQualifier
Default implementation of exporter qualifier that always qualifies provided exporters with its arguments.
  • Constructor Details

    • NullExporterQualifier

      public NullExporterQualifier()
  • 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