1 11 12 package org.eclipse.jdt.launching; 13 14 import org.eclipse.core.runtime.CoreException; 15 import org.eclipse.core.runtime.IProgressMonitor; 16 import org.eclipse.debug.core.ILaunch; 17 18 19 20 26 public interface IVMRunner { 27 28 38 public void run(VMRunnerConfiguration configuration, ILaunch launch, IProgressMonitor monitor) throws CoreException; 39 40 } 41 | Popular Tags |