|
Eclipse JDT Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |