Class 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 Detail

      • NullExporterQualifier

        public NullExporterQualifier()
    • Method Detail

      • 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