public interface IExecutionEnvironmentAnalyzerDelegate
An execution environment analyzer delegate is contributed in plug-in XML via
the org.eclipse.jdt.launching.executionEnvironments
extension point.
Clients may implement this interface.
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.
|
CompatibleEnvironment[] analyze(IVMInstall vm, IProgressMonitor monitor) throws CoreException
vm
- vm install to analyzemonitor
- progress monitorCoreException
- if an exception occurs analyzing the vm install
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.