|
Eclipse JDT Release 3.0 | ||||||||||
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 | |
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)
|
|
Eclipse JDT Release 3.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |