JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.launching.IVMInstallType

Packages that use IVMInstallType
org.eclipse.wst.jsdt.launching   
 

Uses of IVMInstallType in org.eclipse.wst.jsdt.launching
 

Classes in org.eclipse.wst.jsdt.launching that implement IVMInstallType
 class AbstractVMInstallType
          Abstract implementation of a VM install type.
 class StandardVMType
          A VM install type for VMs the conform to the standard JDK installion layout.
 

Methods in org.eclipse.wst.jsdt.launching that return IVMInstallType
 IVMInstallType AbstractVMInstall.getVMInstallType()
           
 IVMInstallType IVMInstall.getVMInstallType()
          Returns the VM type of this VM.
static IVMInstallType JavaRuntime.getVMInstallType(String id)
          Returns the VM install type with the given unique id.
static IVMInstallType[] JavaRuntime.getVMInstallTypes()
          Returns the list of registered VM types.
 

Constructors in org.eclipse.wst.jsdt.launching with parameters of type IVMInstallType
AbstractVMInstall(IVMInstallType type, String id)
          Constructs a new VM install.
VMStandin(IVMInstallType type, String id)
           
 


JavaScript Development Tools
Release 3.2

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