Uses of Interface
org.eclipse.jdt.launching.environments.IExecutionEnvironment
Package
Description
Application programming interfaces for interaction
with the Eclipse Java launching support.
Application programming interfaces and classes for execution environments.
-
Uses of IExecutionEnvironment in org.eclipse.jdt.launching
Modifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IPath
JavaRuntime.newJREContainerPath
(IExecutionEnvironment environment) Returns a path for the JRE classpath container identifying the specified execution environment. -
Uses of IExecutionEnvironment in org.eclipse.jdt.launching.environments
Modifier and TypeMethodDescriptionCompatibleEnvironment.getCompatibleEnvironment()
Returns an environment compatible with the vm being analyzed.IExecutionEnvironmentsManager.getEnvironment
(String id) Returns the execution environment associated with the given identifier ornull
if none.IExecutionEnvironmentsManager.getExecutionEnvironments()
Returns all registered execution environments sorted by their id.IExecutionEnvironment.getSubEnvironments()
Returns a collection of execution environments that are subsets of this environment.Modifier and TypeMethodDescriptionIExecutionEnvironmentsManager.getSupportedExecutionEnvironments()
Returns all execution environments supported by Java projects, sorted by their id.Modifier and TypeMethodDescriptionIAccessRule[][]
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.ModifierConstructorDescriptionCompatibleEnvironment
(IExecutionEnvironment environment, boolean strict) Constructs a new compatible environment result from an execution environment analysis.