Class ExporterContainer

java.lang.Object
tools.descartes.dlim.exporterHandler.ExporterContainer

public class ExporterContainer extends Object
Contains an Exporter implementing the Exporter extension point.
  • Constructor Details

    • ExporterContainer

      public ExporterContainer(String label, IDlimExporter exporter)
      Create a new exporter extension with a label.
      Parameters:
      label - the label
      exporter - the exporter
  • Method Details

    • getExporter

      public IDlimExporter getExporter()
      Get the exporter.
      Returns:
      the exporter
    • setExporter

      public void setExporter(IDlimExporter exporter)
      Set the exporter.
      Parameters:
      exporter - the new exporter
    • getLabel

      public String getLabel()
      Get the exporter label.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Set the exporter label.
      Parameters:
      label - the new label