X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.rest%2Fscl%2FSCL%2FREST%2FServer.scl;fp=bundles%2Forg.simantics.scl.rest%2Fscl%2FSCL%2FREST%2FServer.scl;h=8ed1f7e9662df4448d28427c51a9cd3b628a8302;hp=0000000000000000000000000000000000000000;hb=db00b51c6ab9c63883de134e669b5da5be0f1bd5;hpb=23fa194c0cf85db6c435f342600d30ddc0f8c620 diff --git a/bundles/org.simantics.scl.rest/scl/SCL/REST/Server.scl b/bundles/org.simantics.scl.rest/scl/SCL/REST/Server.scl new file mode 100644 index 000000000..8ed1f7e96 --- /dev/null +++ b/bundles/org.simantics.scl.rest/scl/SCL/REST/Server.scl @@ -0,0 +1,3 @@ +importJava "org.simantics.scl.rest.SCLRESTServer" where + start :: String -> Integer -> () + stop :: ()