Eclipse JDT
2.1

Uses of Class
org.eclipse.jdt.launching.LibraryLocation

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

Uses of LibraryLocation in org.eclipse.jdt.launching
 

Methods in org.eclipse.jdt.launching that return LibraryLocation
 LibraryLocation[] AbstractVMInstall.getLibraryLocations()
           
static LibraryLocation[] JavaRuntime.getLibraryLocations(IVMInstall vm)
          Evaluates library locations for a IVMInstall.
 LibraryLocation[] IVMInstall.getLibraryLocations()
          Returns the library locations of this IVMInstall.
 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.
 

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


Eclipse JDT
2.1

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