X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Fintf%2FExporter.java;h=0bd976d588f447f5f50caba056951b4aadccd73c;hb=HEAD;hp=83b9b970acb667b868d9a9a6941c3ec0c81ede93;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Exporter.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Exporter.java index 83b9b970a..0bd976d58 100644 --- a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Exporter.java +++ b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Exporter.java @@ -1,39 +1,39 @@ -package org.simantics.export.core.intf; - -import org.simantics.export.core.error.ExportException; - -/** - * Exporter exports content for one specific format. - * - * @author toni.kalajainen@semantum.fi - */ -public interface Exporter { - - /** - * Identifier for the file format, eg. "pdf", "tg", "csv". - * @return - */ - String formatId(); - - /** - * The identifier to the content type, that this definition can export. - * @return - */ - String contentTypeId(); - - /** - * Code that exports the content into format specific writer. - * @return - * @throws ExportException - */ - ExportClass exportAction() throws ExportException; - - /** - * Priority of this exporter in comparison to other exporters for the - * content. The smaller the number the higher the priority. - * - * @return priority - */ - int getExportPriority(); - -} +package org.simantics.export.core.intf; + +import org.simantics.export.core.error.ExportException; + +/** + * Exporter exports content for one specific format. + * + * @author toni.kalajainen@semantum.fi + */ +public interface Exporter { + + /** + * Identifier for the file format, eg. "pdf", "tg", "csv". + * @return + */ + String formatId(); + + /** + * The identifier to the content type, that this definition can export. + * @return + */ + String contentTypeId(); + + /** + * Code that exports the content into format specific writer. + * @return + * @throws ExportException + */ + ExportClass exportAction() throws ExportException; + + /** + * Priority of this exporter in comparison to other exporters for the + * content. The smaller the number the higher the priority. + * + * @return priority + */ + int getExportPriority(); + +}