public class ExecutionEnvironmentAnalyzer extends java.lang.Object implements IExecutionEnvironmentAnalyzerDelegate
| Constructor and Description |
|---|
ExecutionEnvironmentAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
CompatibleEnvironment[] |
analyze(IVMInstall vm,
IProgressMonitor monitor)
Analyzes the given vm install and returns a collection of compatible
execution environments, possibly empty.
|
public CompatibleEnvironment[] analyze(IVMInstall vm, IProgressMonitor monitor) throws CoreException
IExecutionEnvironmentAnalyzerDelegateanalyze in interface IExecutionEnvironmentAnalyzerDelegatevm - vm install to analyzemonitor - progress monitorCoreException - if an exception occurs analyzing the vm install