]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java
Expose TransferableGraphImportProcess Resources table.
[simantics/platform.git] / bundles / org.simantics.graph.db / src / org / simantics / graph / db / TransferableGraphImportProcess.java
index 3b3c78bac7039c6c7e31147de6bf06a39c084d94..6a699d81bce51fa7a46ea1f7c2ff8fe0c00d727f 100644 (file)
@@ -174,6 +174,10 @@ public class TransferableGraphImportProcess implements TransferableGraphImporter
                missingExternals.add(external);
        }
        
+       public Resource[] getResources() {
+               return resources;
+       }
+       
        public void prepare(ReadGraph graph) throws DatabaseException {
                findBuiltins(graph);