| org.eclipse.jdt.launching.IVMRunner
All known Subclasses: org.eclipse.jdt.launching.AbstractVMRunner,
IVMRunner | public interface IVMRunner (Code) | | A VM runner starts a Java VM running a Java program.
Clients may implement this interface to launch a new kind of VM.
|
Method Summary | |
public void | run(VMRunnerConfiguration configuration, ILaunch launch, IProgressMonitor monitor) Launches a Java VM as specified in the given configuration,
contributing results (debug targets and processes), to the
given launch. |
run | public void run(VMRunnerConfiguration configuration, ILaunch launch, IProgressMonitor monitor) throws CoreException(Code) | | Launches a Java VM as specified in the given configuration,
contributing results (debug targets and processes), to the
given launch.
Parameters: configuration - the configuration settings for this run Parameters: launch - the launch to contribute to Parameters: monitor - progress monitor or null exception: CoreException - if an exception occurs while launching |
|
|