Package | Description |
---|---|
org.eclipse.jdt.launching |
Application programming interfaces for interaction
with the Eclipse Java launching support.
|
Modifier and Type | Method and Description |
---|---|
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 . |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractVMInstall.setLibraryLocations(LibraryLocation[] locations) |
void |
IVMInstall.setLibraryLocations(LibraryLocation[] locations)
Sets the library locations of this IVMInstall.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.