]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Exporter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / intf / Exporter.java
index 83b9b970acb667b868d9a9a6941c3ec0c81ede93..0bd976d588f447f5f50caba056951b4aadccd73c 100644 (file)
@@ -1,39 +1,39 @@
-package org.simantics.export.core.intf;\r
-\r
-import org.simantics.export.core.error.ExportException;\r
-\r
-/**\r
- * Exporter exports content for one specific format.\r
- *\r
- * @author toni.kalajainen@semantum.fi\r
- */\r
-public interface Exporter {\r
-       \r
-       /**\r
-        * Identifier for the file format, eg. "pdf", "tg", "csv".\r
-        * @return\r
-        */\r
-       String formatId();\r
-       \r
-       /**\r
-        * The identifier to the content type, that this definition can export.\r
-        * @return \r
-        */\r
-       String contentTypeId();\r
-       \r
-       /**\r
-        * Code that exports the content into format specific writer. \r
-        * @return\r
-        * @throws ExportException \r
-        */\r
-       ExportClass exportAction() throws ExportException;\r
-       \r
-       /**\r
-        * Priority of this exporter in comparison to other exporters for the \r
-        * content. The smaller the number the higher the priority. \r
-        * \r
-        * @return priority \r
-        */\r
-       int getExportPriority();\r
-       \r
-}\r
+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();
+       
+}