X-Git-Url: https://gerrit.simantics.org/r/gitweb?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;hb=680b5fe108fc6929d40785c76ec7444bbb092f51;hp=3b3c78bac7039c6c7e31147de6bf06a39c084d94;hpb=c85fa803ee6833f46532097250ba0c3ac5ace86c;p=simantics%2Fplatform.git 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);