X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.db%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fdb%2FTransferableGraphImportProcess.java;fp=bundles%2Forg.simantics.graph.db%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fdb%2FTransferableGraphImportProcess.java;h=6a699d81bce51fa7a46ea1f7c2ff8fe0c00d727f;hp=3b3c78bac7039c6c7e31147de6bf06a39c084d94;hb=32a17a670cf4f9d459917495be5f4a504afac205;hpb=50dee4ff8fd82c2e6ad78246b5b1f6880865a3e8 diff --git a/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java b/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java index 3b3c78bac..6a699d81b 100644 --- a/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java +++ b/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java @@ -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);