]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.osgi/scl/OSGi.scl
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.osgi / scl / OSGi.scl
diff --git a/bundles/org.simantics.scl.osgi/scl/OSGi.scl b/bundles/org.simantics.scl.osgi/scl/OSGi.scl
new file mode 100644 (file)
index 0000000..17534df
--- /dev/null
@@ -0,0 +1,8 @@
+import "File"\r
+import "URL"\r
+\r
+importJava "org.simantics.scl.osgi.internal.BundleUtils" where\r
+    @JavaName getEntryFromBundle\r
+    entryFromBundle :: String -> String -> URL\r
+    @JavaName getFileFromURL\r
+    fileFromURL :: URL -> File
\ No newline at end of file