Interface IExecutionEnvironmentAnalyzerDelegate
-
public interface IExecutionEnvironmentAnalyzerDelegateAnalyzes vm installs for compatibility with execution environments.An execution environment analyzer delegate is contributed in plug-in XML via the
org.eclipse.jdt.launching.executionEnvironmentsextension point.Clients may implement this interface.
- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompatibleEnvironment[]analyze(IVMInstall vm, IProgressMonitor monitor)Analyzes the given vm install and returns a collection of compatible execution environments, possibly empty.
-
-
-
Method Detail
-
analyze
CompatibleEnvironment[] analyze(IVMInstall vm, IProgressMonitor monitor) throws CoreException
Analyzes the given vm install and returns a collection of compatible execution environments, possibly empty.- Parameters:
vm- vm install to analyzemonitor- progress monitor- Returns:
- compatible execution environments, possibly empty
- Throws:
CoreException- if an exception occurs analyzing the vm install
-
-