]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/manager/TransferableGraphReader.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / manager / TransferableGraphReader.java
diff --git a/bundles/org.simantics.export.core/src/org/simantics/export/core/manager/TransferableGraphReader.java b/bundles/org.simantics.export.core/src/org/simantics/export/core/manager/TransferableGraphReader.java
new file mode 100644 (file)
index 0000000..9c07f92
--- /dev/null
@@ -0,0 +1,13 @@
+package org.simantics.export.core.manager;\r
+\r
+import java.io.File;\r
+\r
+public class TransferableGraphReader {\r
+\r
+       public final File file;\r
+\r
+       public TransferableGraphReader(File file) {\r
+               this.file = file;\r
+       }               \r
+       \r
+}\r