Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse JDT
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


 

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
static LibraryLocation[] JavaRuntime.getLibraryLocations(IVMInstall vm)
          Evaluates library locations for a 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.
 LibraryLocation[] IVMInstall.getLibraryLocations()
          Returns the library locations of this IVMInstall.
 LibraryLocation[] AbstractVMInstall.getLibraryLocations()
           
 

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


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse JDT
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


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