|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 LibraryLocation s 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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |