|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExecutionEnvironmentAnalyzerDelegate
Analyzes vm installs for compatibility with execution environments.
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.
Method Summary | |
---|---|
CompatibleEnvironment[] |
analyze(IVMInstall vm,
IProgressMonitor monitor)
Analyzes the given vm install and returns a collection of compatible execution environments, possibly empty. |
Method Detail |
---|
CompatibleEnvironment[] analyze(IVMInstall vm, IProgressMonitor monitor) throws CoreException
vm
- vm install to analyzemonitor
- progress monitor
CoreException
- if an exception occurs analyzing the vm install
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.