Package | Description |
---|---|
org.eclipse.jdt.launching |
Application programming interfaces for interaction
with the Eclipse Java launching support.
|
org.eclipse.jdt.launching.environments |
Application programming interfaces and classes for execution environments.
|
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[] |
IVMInstall.getLibraryLocations()
Returns the library locations of this IVMInstall.
|
LibraryLocation[] |
AbstractVMInstall.getLibraryLocations() |
static LibraryLocation[] |
JavaRuntime.getLibraryLocations(IVMInstall vm)
Evaluates library locations for a IVMInstall.
|
Modifier and Type | Method and Description |
---|---|
void |
IVMInstall.setLibraryLocations(LibraryLocation[] locations)
Sets the library locations of this IVMInstall.
|
void |
AbstractVMInstall.setLibraryLocations(LibraryLocation[] locations) |
Modifier and Type | Method and Description |
---|---|
LibraryLocation[] |
ExecutionEnvironmentDescription.getLibraryLocations()
Returns the location of the system libraries defined in this execution environment.
|
Modifier and Type | Method and Description |
---|---|
IAccessRule[][] |
IAccessRuleParticipant.getAccessRules(IExecutionEnvironment environment,
IVMInstall vm,
LibraryLocation[] libraries,
IJavaProject project)
Returns a collection of access rules to be applied to the specified VM
libraries and execution environment in the context of the given project.
|
IAccessRule[][] |
IExecutionEnvironment.getAccessRules(IVMInstall vm,
LibraryLocation[] libraries,
IJavaProject project)
Returns a collection of access rules to be applied to the specified VM
libraries for this execution environment in the context of the given project.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.