Interface IExporterQualifier

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  IExporterQualifier.NullExporterQualifier
      Default implementation of exporter qualifier that always qualifies provided exporters with its arguments.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean qualify​(IExporter exporter, Version version, org.eclipse.emf.ecore.EObject eObject)
      Qualify whether need to use the provided IExporter for the provided object and version.
    • Method Detail

      • qualify

        boolean qualify​(IExporter exporter,
                        Version version,
                        org.eclipse.emf.ecore.EObject eObject)
        Qualify whether need to use the provided IExporter for the provided object and version.
        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