org.eclipse.jdt.launching.environments |
Package-level Javadoc
Application programming interfaces and classes for execution environments.
Package Specification
Provides support for execution environments.
An execution environment describes the capabilities of a Java runtime environment,
for example J2SE-1.4. This package provides facilities for contributing execution
environments and providing analyzers to identify JREs as compatible with execution
environments.
|
Java Source File Name | Type | Comment |
CompatibleEnvironment.java | Class | The result of analyzing a vm install for compatibility with an execution
environment.
An environment analyzer delegate creates instances of this class to describe
the environments a vm install is compatible with. |
IAccessRuleParticipant.java | Interface | Contributes access rules for an execution environment. |
IExecutionEnvironment.java | Interface | An execution environment describes capabilities of
a Java runtime environment (IVMInstall ).
An execution environment is contributed in plug-in XML via the
org.eclipse.jdt.launching.executionEnvironments extension
point.
This interface is not intended to be implemented. |
IExecutionEnvironmentAnalyzerDelegate.java | Interface | Analyzes vm installs for compatibility with execution environments. |
IExecutionEnvironmentsManager.java | Interface | Manager for execution environments. |