X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2Fsrc%2Forg%2Fsimantics%2Fexport%2Fcore%2Fintf%2FImporter.java;h=b8daa409f1b2fae85809d3aee0d3b29675ecfc77;hb=refs%2Fchanges%2F38%2F238%2F2;hp=b4ca8323d401909705a19b8553d07c247b0ce868;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Importer.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Importer.java index b4ca8323d..b8daa409f 100644 --- a/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Importer.java +++ b/bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Importer.java @@ -1,23 +1,23 @@ -package org.simantics.export.core.intf; - -import org.simantics.export.core.error.ExportException; - -/** - * Importer Extension - * - * @author toni.kalajainen@semantum.fi - */ -public interface Importer { - - String formatId(); - - String contentTypeId(); - - /** - * Code that imports the content using format_type specific reader. - * @return - * @throws ExportException - */ - ImportAction importAction() throws ExportException; - -} +package org.simantics.export.core.intf; + +import org.simantics.export.core.error.ExportException; + +/** + * Importer Extension + * + * @author toni.kalajainen@semantum.fi + */ +public interface Importer { + + String formatId(); + + String contentTypeId(); + + /** + * Code that imports the content using format_type specific reader. + * @return + * @throws ExportException + */ + ImportAction importAction() throws ExportException; + +}