]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.ui.launch/src/main/java/org/argeo/slc/ui/launch/SlcRuntime.java
Introduce test result attributes instead of root tags
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.launch / src / main / java / org / argeo / slc / ui / launch / SlcRuntime.java
index 92e846bc7b9d68bf9f8ef4ec87794176932fd7c0..b1cbef67ce85f7b6860510d2aa4a0d7110a70c17 100644 (file)
@@ -1,7 +1,10 @@
 package org.argeo.slc.ui.launch;\r
 \r
+import org.eclipse.core.runtime.CoreException;\r
+import org.eclipse.jdt.launching.IVMInstall;\r
+\r
 public interface SlcRuntime {\r
-       public String[] getClasspath();\r
-       public String getAntHome();\r
+       public String[] getClasspath() throws CoreException;\r
        public String getJavaLibraryPath();\r
+       public IVMInstall getVmInstall() throws CoreException;\r
 }\r