Eclipse JDT
Release 3.1

Uses of Interface
org.eclipse.jdt.launching.IVMRunner

Packages that use IVMRunner
org.eclipse.jdt.launching Application programming interfaces for interaction with the Eclipse Java launching support.  
 

Uses of IVMRunner in org.eclipse.jdt.launching
 

Classes in org.eclipse.jdt.launching that implement IVMRunner
 class AbstractVMRunner
          Abstract implementation of a VM runner.
 

Methods in org.eclipse.jdt.launching that return IVMRunner
 IVMRunner IVMInstall.getVMRunner(String mode)
          Returns a VM runner that runs this installed VM in the given mode.
 IVMRunner AbstractVMInstall.getVMRunner(String mode)
           
 IVMRunner AbstractJavaLaunchConfigurationDelegate.getVMRunner(ILaunchConfiguration configuration, String mode)
          Returns the VM runner for the given launch mode to use when launching the given configuration.
 


Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.