Class ExporterContainer
java.lang.Object
tools.descartes.dlim.exporterHandler.ExporterContainer
Contains an Exporter implementing the Exporter extension point.
-
Constructor Summary
ConstructorsConstructorDescriptionExporterContainer(String label, IDlimExporter exporter) Create a new exporter extension with a label. -
Method Summary
Modifier and TypeMethodDescriptionGet the exporter.getLabel()Get the exporter label.voidsetExporter(IDlimExporter exporter) Set the exporter.voidSet the exporter label.
-
Constructor Details
-
ExporterContainer
Create a new exporter extension with a label.- Parameters:
label- the labelexporter- the exporter
-
-
Method Details
-
getExporter
Get the exporter.- Returns:
- the exporter
-
setExporter
Set the exporter.- Parameters:
exporter- the new exporter
-
getLabel
Get the exporter label.- Returns:
- the label
-
setLabel
Set the exporter label.- Parameters:
label- the new label
-