JavaScript Development Tools
Release 3.2

Uses of Class
org.eclipse.wst.jsdt.launching.LibraryLocation

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

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

Methods in org.eclipse.wst.jsdt.launching that return LibraryLocation
 LibraryLocation[] IVMInstallType.getDefaultLibraryLocations(File installLocation)
          Returns a collection of LibraryLocations that represent the default system libraries of this VM install type, if a VM was installed at the given installLocation.
 LibraryLocation[] StandardVMType.getDefaultLibraryLocations(File installLocation)
          NOTE: We do not add libraries from the "endorsed" directory explicitly, as the bootpath contains these entries already (if they exist).
 LibraryLocation[] AbstractVMInstall.getLibraryLocations()
           
 LibraryLocation[] IVMInstall.getLibraryLocations()
          Returns the library locations of this IVMInstall.
static LibraryLocation[] JavaRuntime.getLibraryLocations(IVMInstall vm)
          Evaluates library locations for a IVMInstall.
 

Methods in org.eclipse.wst.jsdt.launching with parameters of type LibraryLocation
 void AbstractVMInstall.setLibraryLocations(LibraryLocation[] locations)
           
 void IVMInstall.setLibraryLocations(LibraryLocation[] locations)
          Sets the library locations of this IVMInstall.
 


JavaScript Development Tools
Release 3.2

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